There was an error while loading. Please reload this page.
1 parent fd3e9b2 commit a3d3d8fCopy full SHA for a3d3d8f
1 file changed
.github/workflows/merge.yml
@@ -27,8 +27,12 @@ jobs:
27
runs-on: ubuntu-latest
28
needs: ["build-frontend"]
29
if: github.actor == 'dependabot[bot]' # Detect that the PR author is dependabot
30
+ concurrency:
31
+ group: merge
32
+ cancel-in-progress: false
33
steps:
34
- uses: actions/checkout@v4
35
+
36
- name: Enable auto-merge for Dependabot PRs
37
run: gh pr merge --auto --merge "$PR_URL" # Use Github CLI to merge automatically the PR
38
env:
0 commit comments