Skip to content

Commit

Permalink
Create automerge.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
revolunet authored Nov 28, 2024
1 parent 75517d5 commit 85a02ea
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: automerge # https://github.com/pascalgn/automerge-action
on:
pull_request:
check_suite:
types:
- completed
jobs:
automerge:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- id: automerge
name: automerge
uses: "pascalgn/automerge-action@v0.16.4"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
MERGE_METHOD: "squash"
MERGE_FORKS: "false"
MERGE_LABELS: ""
MERGE_FILTER_AUTHOR: "secretariat-bot"

0 comments on commit 85a02ea

Please sign in to comment.