2020-06-26 22:20:55 +08:00
|
|
|
on:
|
|
|
|
push:
|
2020-07-02 21:32:39 +08:00
|
|
|
branches-ignore:
|
|
|
|
- '**'
|
2020-06-26 22:20:55 +08:00
|
|
|
jobs:
|
|
|
|
triage:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- uses: mschilde/auto-label-merge-conflicts@master
|
|
|
|
with:
|
|
|
|
CONFLICT_LABEL_NAME: "has conflicts"
|
|
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|