CI: issue-labeller: fix wrong CRLF line-ending
[openwrt/staging/nbd.git] / .github / workflows / issue-labeller.yml
1 name: Issue Labeller
2 on:
3 issues:
4 types: [ opened ]
5
6 jobs:
7 label-component:
8 name: Validate and Tag Bug Report
9 permissions:
10 issues: write
11 uses: openwrt/actions-shared-workflows/.github/workflows/issue-labeller.yml@main