We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14fc004 commit 5cb4546Copy full SHA for 5cb4546
.github/workflows/pull-request-lint.yml
@@ -57,15 +57,15 @@ jobs:
57
with:
58
header: pr-title-lint-error
59
delete: true
60
- pr-labeler:
+ labeler:
61
name: Add Label
62
needs: [ validate ]
63
runs-on: ubuntu-latest
64
permissions:
65
contents: read
66
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
+ steps:
+ - uses: TimonVS/pr-labeler-action@v4
+ with:
+ repo-token: ${{ secrets.GITHUB_TOKEN }}
+ configuration-path: .github/pr-labeler.yml
0 commit comments