Skip to content

Commit

Permalink
CI: issue-labeller: fix wrong CRLF line-ending
Browse files Browse the repository at this point in the history
Fix wrong CRLF line-ending in issue-labeller workflow.

Fixes: e3a0476 ("CI: add issue labeller action")
Signed-off-by: Christian Marangi <[email protected]>
  • Loading branch information
Ansuel committed Nov 16, 2023
1 parent af64898 commit 255d5c9
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/issue-labeller.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 255d5c9

Please sign in to comment.