Browse Source

Create label.yml

MarkusRost 4 năm trước cách đây
mục cha
commit
6afb240367
1 tập tin đã thay đổi với 12 bổ sung0 xóa
  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