Skip to content

Commit

Permalink
Create merge-conflict-labels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyary authored Dec 16, 2021
1 parent df31fad commit 1152e1c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions merge-conflict-labels.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Auto labels for merge conflicts

on:
push:
branches:
- main
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: mschilde/auto-label-merge-conflicts@master
with:
CONFLICT_LABEL_NAME: "merge conflicts"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MAX_RETRIES: 5
WAIT_MS: 5000

0 comments on commit 1152e1c

Please sign in to comment.