aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Marangi <ansuelsmth@gmail.com>2023-11-16 12:36:37 +0100
committerChristian Marangi <ansuelsmth@gmail.com>2023-11-16 12:38:18 +0100
commit255d5c9bf8430bea8ee342b0132be0787b509634 (patch)
tree049d7f577e4b533febf9f9773817953e892a06cb
parentaf64898c2617babcf27ba2ae8c07dc801c208964 (diff)
CI: issue-labeller: fix wrong CRLF line-ending
Fix wrong CRLF line-ending in issue-labeller workflow. Fixes: e3a0476d1bdc ("CI: add issue labeller action") Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
1 files changed, 11 insertions, 11 deletions
diff --git a/.github/workflows/issue-labeller.yml b/.github/workflows/issue-labeller.yml
index 585bd279e0..c94b99b5ec 100644
--- a/.github/workflows/issue-labeller.yml
+++ b/.github/workflows/issue-labeller.yml
@@ -1,11 +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
+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