Skip to content

Commit ed33b90

Browse files
authored
Merge pull request #191 from SolidOS/dependabotAuto
dependabot merge auto
2 parents 688107c + ec3cd94 commit ed33b90

1 file changed

Lines changed: 3 additions & 0 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)