Skip to content

Update last line of rules in regards to where to get help (#304) #36

Update last line of rules in regards to where to get help (#304)

Update last line of rules in regards to where to get help (#304) #36

name: Merge Conflict Auto Label
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