aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/issue-labeller.yml
blob: c94b99b5ecb45b0d28dbf4651ec9c21e9fe2b805 (plain)
1
2
3
4
5
6
7
8
9
10
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