Skip to content

Commit a3d3d8f

Browse files
Update merge.yml
1 parent fd3e9b2 commit a3d3d8f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/merge.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,12 @@ jobs:
2727
runs-on: ubuntu-latest
2828
needs: ["build-frontend"]
2929
if: github.actor == 'dependabot[bot]' # Detect that the PR author is dependabot
30+
concurrency:
31+
group: merge
32+
cancel-in-progress: false
3033
steps:
3134
- uses: actions/checkout@v4
35+
3236
- name: Enable auto-merge for Dependabot PRs
3337
run: gh pr merge --auto --merge "$PR_URL" # Use Github CLI to merge automatically the PR
3438
env:

0 commit comments

Comments
 (0)