chore(tools): remove merge-conflict action

This commit is contained in:
Mrugesh Mohapatra
2020-08-06 21:39:35 +05:30
parent 0471f7f8d8
commit cb4a2d5f91

View File

@ -1,13 +0,0 @@
name: 'Check for merge conflicts'
on:
schedule:
# run this Action every 12 hours
- cron: '0 */12 * * *'
jobs:
triage:
runs-on: ubuntu-18.04
steps:
- uses: mschilde/auto-label-merge-conflicts@master
with:
CONFLICT_LABEL_NAME: 'status: merge conflict'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}