Skip to content

Commit 93f200a

Browse files
committed
Perform merge-conflict label checks, via GitHub Actions
1 parent f5c4a09 commit 93f200a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
on:
2+
push:
3+
branches: [main]
4+
5+
jobs:
6+
label-merge-conflicts:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: pradyunsg/auto-label-merge-conflicts@v3
10+
with:
11+
CONFLICT_LABEL_NAME: "needs rebase or merge"
12+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)