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