You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
371 B
17 lines
371 B
name: Label Conflicts
|
|
|
|
on: [push, pull_request]
|
|
|
|
jobs:
|
|
triage:
|
|
runs-on: ubuntu-latest
|
|
permissions:
|
|
pull-requests: write
|
|
steps:
|
|
- uses: mschilde/auto-label-merge-conflicts@master
|
|
with:
|
|
CONFLICT_LABEL_NAME: "Status: Conflicted"
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
MAX_RETRIES: 5
|
|
WAIT_MS: 5000
|