瀏覽代碼

CI: Add github workflow to tag merge conflicts

Colin Edwards 5 年之前
父節點
當前提交
53e01617c9
共有 1 個文件被更改,包括 12 次插入0 次删除
  1. 12 0
      .github/workflows/main.yml

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

@@ -0,0 +1,12 @@
+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 }}