CI: add issue labeller action
[openwrt/staging/nbd.git] / .github / workflows / issue-labeller.yml
diff --git a/.github/workflows/issue-labeller.yml b/.github/workflows/issue-labeller.yml
new file mode 100644 (file)
index 0000000..585bd27
--- /dev/null
@@ -0,0 +1,11 @@
+name: Issue Labeller\r
+on:\r
+  issues:\r
+    types: [ opened ]\r
+\r
+jobs:\r
+  label-component:\r
+    name: Validate and Tag Bug Report\r
+    permissions:\r
+      issues: write\r
+    uses: openwrt/actions-shared-workflows/.github/workflows/issue-labeller.yml@main\r