Skip to content

Bump org.springframework.boot:spring-boot-starter-parent from 3.2.3 to 3.2.4 #341

Bump org.springframework.boot:spring-boot-starter-parent from 3.2.3 to 3.2.4

Bump org.springframework.boot:spring-boot-starter-parent from 3.2.3 to 3.2.4 #341

Workflow file for this run

name: automerge
on:
pull_request:
types:
- labeled
- unlabeled
- synchronize
- opened
- edited
- ready_for_review
- reopened
- unlocked
pull_request_review:
types:
- submitted
check_suite:
types:
- completed
status: {}
jobs:
automerge:
runs-on: ubuntu-latest
steps:
- name: automerge
uses: "pascalgn/[email protected]"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
MERGE_LABELS: "dependencies"
MERGE_REMOVE_LABELS: "dependencies"
MERGE_METHOD: "squash"
MERGE_RETRIES: "6"
UPDATE_METHOD: "rebase"