Skip to content

Commit

Permalink
ci: auto-merge
Browse files Browse the repository at this point in the history
  • Loading branch information
gearonix committed Feb 20, 2024
1 parent 9ffd25c commit 496d501
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Enable automerge on dependabot PRs

on:
pull_request_target:

jobs:
automerge:
name: Enable automerge on dependabot PRs
runs-on: ubuntu-latest
steps:
- name: Enable automerge on dependabot PRs
uses: daneden/enable-automerge-action@v1
with:
github-token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

allowed-author: "dependabot[bot]"

merge-method: MERGE

0 comments on commit 496d501

Please sign in to comment.