|
|
@ -5,12 +5,10 @@ on: [push, pull_request]
|
|
|
|
jobs:
|
|
|
|
jobs:
|
|
|
|
triage:
|
|
|
|
triage:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
|
|
|
|
permissions:
|
|
|
|
|
|
|
|
pull-requests: write
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
- name: Check out code
|
|
|
|
- uses: mschilde/auto-label-merge-conflicts@master
|
|
|
|
uses: actions/checkout@v2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: Label Merge Conflicts
|
|
|
|
|
|
|
|
uses: mschilde/auto-label-merge-conflicts@master
|
|
|
|
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
CONFLICT_LABEL_NAME: "Status: Conflicted"
|
|
|
|
CONFLICT_LABEL_NAME: "Status: Conflicted"
|
|
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
|
|