Skip to content

Commit bfbc3a8

Browse files
committed
ci(workflows): switch to shared force merge workflow
1 parent 0cdd45f commit bfbc3a8

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/force-merge.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: "Force merge automation"
2+
description: Merge a pull request when N committers post a comment with the command /force-merge
3+
4+
on:
5+
issue_comment:
6+
types: [created, edited, deleted]
7+
8+
permissions:
9+
contents: write
10+
pull-requests: write
11+
issues: write
12+
13+
jobs:
14+
call-workflow-in-public-repo:
15+
uses: eclipse-kura/.github/.github/workflows/_shared-force-merge.yml@main

0 commit comments

Comments
 (0)