aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/issue-labeller.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.github/workflows/issue-labeller.yml b/.github/workflows/issue-labeller.yml
new file mode 100644
index 00000000000..585bd279e04
--- /dev/null
+++ b/.github/workflows/issue-labeller.yml
@@ -0,0 +1,11 @@
+name: Issue Labeller
+on:
+ issues:
+ types: [ opened ]
+
+jobs:
+ label-component:
+ name: Validate and Tag Bug Report
+ permissions:
+ issues: write
+ uses: openwrt/actions-shared-workflows/.github/workflows/issue-labeller.yml@main