Skip to content

Commit

Permalink
add automerge workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nolte committed Jan 6, 2024
1 parent 8bc22ef commit 952fbd5
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/automerge.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
on:
pull_request:
types:
- labeled
- unlabeled
- synchronize
- opened
- edited
- ready_for_review
- reopened
- unlocked
pull_request_review:
types:
- submitted
check_suite:
types:
- completed
status: {}

jobs:
automerge:
uses: nolte/gh-plumbing/.github/workflows/reuseable-automerge.yaml@develop
secrets:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 952fbd5

Please sign in to comment.