Skip to content

Commit 63c94e8

Browse files
committed
ci: Add automerge workflow
1 parent 128764f commit 63c94e8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/automerge.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: Auto-merge
2+
on: pull_request_target
3+
jobs:
4+
automerge:
5+
uses: open-contracting/.github/.github/workflows/automerge.yml@main
6+
permissions:
7+
pull-requests: write
8+
contents: write

0 commit comments

Comments
 (0)