Skip to content

[PORT] 'Makes tails stop wagging in death' from TG (PR#79511) (#577) #445

[PORT] 'Makes tails stop wagging in death' from TG (PR#79511) (#577)

[PORT] 'Makes tails stop wagging in death' from TG (PR#79511) (#577) #445

Workflow file for this run

name: 'Check for merge conflicts'
on:
push:
branches:
- master
- 'project/**'
jobs:
triage:
runs-on: ubuntu-22.04
steps:
- uses: mschilde/auto-label-merge-conflicts@2e8fcc76c6430272ec8bb64fb74ec1592156aa6a
with:
CONFLICT_LABEL_NAME: 'Merge Conflict'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WAIT_MS: 10000