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