Skip to content

Commit d3fc579

Browse files
authored
Add: Auto-merge workflow to activate auto-merge squash in PRs (#612)
Create auto-merge.yml
1 parent 5782719 commit d3fc579

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/auto-merge.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Auto-merge sqash
2+
on: pull_request_target
3+
4+
permissions:
5+
contents: write
6+
pull-requests: write
7+
8+
jobs:
9+
auto-merge:
10+
uses: greenbone/workflows/.github/workflows/auto-merge.yml@main
11+
secrets: inherit

0 commit comments

Comments
 (0)