Skip to content

Commit

Permalink
chore: github bot auto add conflict label to pr (#3539)
Browse files Browse the repository at this point in the history
  • Loading branch information
septs authored and Jack-Works committed Jul 15, 2021
1 parent 78cda62 commit 9222369
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/bot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
on:
push:
branches: [master, develop, released]

jobs:
triage:
runs-on: ubuntu-20.04
steps:
- uses: mschilde/auto-label-merge-conflicts@master
with:
CONFLICT_LABEL_NAME: "Blocked: Has Conflict"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MAX_RETRIES: 5
WAIT_MS: 5000

0 comments on commit 9222369

Please sign in to comment.