Skip to content

Commit

Permalink
chore: add shared workflow for automatic pr merge
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitri Pal <[email protected]>
  • Loading branch information
Dmitri Pal authored and haraldh committed Jan 12, 2023
1 parent 11ee648 commit a6aeb16
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Auto merge
on:
pull_request_target

jobs:
auto-merge:
permissions:
pull-requests: write
contents: write
uses: enarx/.github/.github/workflows/automerge.yml@main

0 comments on commit a6aeb16

Please sign in to comment.