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.
|
name: 'Merge Conflicts'
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- master
|
|
pull_request_target:
|
|
types:
|
|
- synchronize
|
|
jobs:
|
|
triage:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: eps1lon/actions-label-merge-conflict@v2.0.1
|
|
with:
|
|
dirtyLabel: 'merge conflict'
|
|
repoToken: ${{ secrets.GH_TOKEN }}
|