CI: issue-labeller: fix wrong CRLF line-ending
authorChristian Marangi <ansuelsmth@gmail.com>
Thu, 16 Nov 2023 11:36:37 +0000 (12:36 +0100)
committerChristian Marangi <ansuelsmth@gmail.com>
Thu, 16 Nov 2023 11:38:18 +0000 (12:38 +0100)
Fix wrong CRLF line-ending in issue-labeller workflow.

Fixes: e3a0476d1bdc ("CI: add issue labeller action")
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
.github/workflows/issue-labeller.yml

index 585bd279e04708a02b2c7d8374169365e928b0c6..c94b99b5ecb45b0d28dbf4651ec9c21e9fe2b805 100644 (file)
@@ -1,11 +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
+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