diff options
| author | Christian Marangi <ansuelsmth@gmail.com> | 2023-11-16 12:36:37 +0100 |
|---|---|---|
| committer | Christian Marangi <ansuelsmth@gmail.com> | 2023-11-16 12:38:18 +0100 |
| commit | 255d5c9bf8430bea8ee342b0132be0787b509634 (patch) | |
| tree | 049d7f577e4b533febf9f9773817953e892a06cb /.github/workflows | |
| parent | af64898c2617babcf27ba2ae8c07dc801c208964 (diff) | |
| download | upstream-255d5c9bf8430bea8ee342b0132be0787b509634.tar.gz upstream-255d5c9bf8430bea8ee342b0132be0787b509634.tar.bz2 upstream-255d5c9bf8430bea8ee342b0132be0787b509634.zip | |
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>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/issue-labeller.yml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/.github/workflows/issue-labeller.yml b/.github/workflows/issue-labeller.yml index 585bd279e04..c94b99b5ecb 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 |
