Browse Source

Added label-sponsors.yml for sponsor webhook labeling

Mark Shust 5 năm trước cách đây
mục cha
commit
931c6f804b
1 tập tin đã thay đổi với 14 bổ sung0 xóa
  1. 14 0
      .github/workflows/label-sponsors.yml

+ 14 - 0
.github/workflows/label-sponsors.yml

@@ -0,0 +1,14 @@
+name: Label sponsors
+on:
+  pull_request:
+    types: [opened]
+  issues:
+    types: [opened]
+jobs:
+  build:
+    name: is-sponsor-label
+    runs-on: ubuntu-latest
+    steps:
+      - uses: JasonEtco/is-sponsor-label-action@v1
+        env:
+          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}