We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f61818f commit 7619304Copy full SHA for 7619304
.github/workflows/ci.yml
@@ -53,6 +53,9 @@ jobs:
53
needs: build # After the E2E and build jobs, if one of them fails, it won't merge the PR.
54
runs-on: ubuntu-latest
55
if: ${{ github.actor == 'dependabot[bot]' && github.event_name == 'pull_request'}} # Detect that the PR author is dependabot
56
+ permissions:
57
+ contents: write
58
+ pull-requests: write
59
steps:
60
- name: Enable auto-merge for Dependabot PRs
61
run: gh pr merge --auto --merge "$PR_URL" # Use Github CLI to merge automatically the PR
0 commit comments