Fix wrong CRLF line-ending in issue-labeller workflow.
Fixes: e3a0476d1bdc ("CI: add issue labeller action")
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
-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
+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