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 6d59b72 commit 7256cbbCopy full SHA for 7256cbb
.github/workflows/labeler.yml
@@ -8,7 +8,9 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- uses: actions/checkout@v5
11
- - uses: jimschubert/labeler-action@v2
+
12
+ - name: Run labeler
13
+ uses: jimschubert/labeler-action@v2
14
with:
- repo-token: "${{ secrets.GITHUB_TOKEN }}"
15
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
16
configuration-path: .github/labels.yml
0 commit comments