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 e2a7974 commit 6555d86Copy full SHA for 6555d86
1 file changed
.github/workflows/ci.yml
@@ -62,6 +62,7 @@ jobs:
62
# File-based labels (docs, ci, deps, plugins)
63
- uses: actions/labeler@v6
64
with:
65
+ repo-token: "${{ secrets.GITHUB_TOKEN }}"
66
configuration-path: .github/labeler.yml
67
68
# Conventional commit labels from PR title
0 commit comments