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