Skip to content

Commit

Permalink
Use main for reusable WF in the merge-dependabot-pr.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Artem Bilan <[email protected]>
  • Loading branch information
artembilan authored Feb 10, 2025
1 parent 00dde16 commit 82852ca
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/merge-dependabot-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ run-name: Merge Dependabot PR ${{ github.ref_name }}
jobs:
merge-dependabot-pr:
permissions: write-all
uses: spring-io/spring-github-workflows/.github/workflows/spring-merge-dependabot-pr.yml@v5
uses: spring-io/spring-github-workflows/.github/workflows/spring-merge-dependabot-pr.yml@main
with:
mergeArguments: --auto --squash

autoMergeSnapshots: true

0 comments on commit 82852ca

Please sign in to comment.