Skip to content

Commit 90b4d0c

Browse files
committed
Merge branch 'main' into iri#issue
2 parents b96e456 + 8040431 commit 90b4d0c

2 files changed

Lines changed: 147 additions & 141 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ jobs:
4848
needs: build # After the E2E and build jobs, if one of them fails, it won't merge the PR.
4949
runs-on: ubuntu-latest
5050
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
5154
steps:
5255
- name: Enable auto-merge for Dependabot PRs
5356
run: gh pr merge --auto --merge "$PR_URL" # Use Github CLI to merge automatically the PR

0 commit comments

Comments
 (0)