Skip to content

Commit

Permalink
feat: automerge secretariat bot prs (#20870)
Browse files Browse the repository at this point in the history
  • Loading branch information
revolunet authored Nov 15, 2024
1 parent 3342648 commit 97c40fc
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
if: ${{ github.actor == 'secretariat-bot' }}
permissions:
contents: write
pull-requests: write
steps:
- id: automerge
name: automerge
uses: "pascalgn/[email protected]"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
MERGE_METHOD: "squash"
MERGE_FORKS: "false"
MERGE_FILTER_AUTHOR: "secretariat-bot"

0 comments on commit 97c40fc

Please sign in to comment.