浏览代码

Create label.yml

MarkusRost 4 年之前
父节点
当前提交
6afb240367
共有 1 个文件被更改,包括 12 次插入0 次删除
  1. 12 0
      .github/workflows/label.yml

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

@@ -0,0 +1,12 @@
+name: "Label pull requests"
+on:
+- pull_request_target
+
+jobs:
+  triage:
+    runs-on: ubuntu-latest
+    steps:
+    - uses: actions/labeler@v3
+      with:
+        repo-token: "${{ secrets.WIKIBOT_TOKEN }}"
+        sync-labels: true