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.
18 lines
330 B
18 lines
330 B
4 years ago
|
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.0
|
||
|
with:
|
||
|
dirtyLabel: 'merge conflict'
|
||
|
repoToken: ${{ secrets.GH_TOKEN }}
|