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