Browse Source

CI: Remove merge conflict bot for now

Colin Edwards 6 years ago
parent
commit
e99849e1fc
1 changed files with 0 additions and 12 deletions
  1. 0 12
      .github/workflows/main.yml

+ 0 - 12
.github/workflows/main.yml

@@ -1,12 +0,0 @@
-on:
-  push:
-    branches:
-      - master
-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 }}