Skip to content

Revert commits converting LOCATOR_IMPLEMENTATIONS warnings to messa… #2232

Revert commits converting LOCATOR_IMPLEMENTATIONS warnings to messa…

Revert commits converting LOCATOR_IMPLEMENTATIONS warnings to messa… #2232

Workflow file for this run

name: Triage
on:
push:
branches:
- master
# https://github.com/mschilde/auto-label-merge-conflicts/issues/54
# So that the `dirtyLabel` is removed if conflicts are resolve
# We recommend `pull_request_target` so that github secrets are available.
# In `pull_request` we wouldn't be able to change labels of fork PRs
pull_request_target:
types: [synchronize]
jobs:
merge-conflicts:
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