Skip to content

Commit 5cb4546

Browse files
fix: fix action linter
1 parent 14fc004 commit 5cb4546

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/pull-request-lint.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@ jobs:
5757
with:
5858
header: pr-title-lint-error
5959
delete: true
60-
pr-labeler:
60+
labeler:
6161
name: Add Label
6262
needs: [ validate ]
6363
runs-on: ubuntu-latest
6464
permissions:
6565
contents: read
6666
pull-requests: write
67-
steps:
68-
- uses: TimonVS/pr-labeler-action@v4
69-
with:
70-
repo-token: ${{ secrets.GITHUB_TOKEN }}
71-
configuration-path: .github/pr-labeler.yml
67+
steps:
68+
- uses: TimonVS/pr-labeler-action@v4
69+
with:
70+
repo-token: ${{ secrets.GITHUB_TOKEN }}
71+
configuration-path: .github/pr-labeler.yml

0 commit comments

Comments
 (0)