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 1fbb66d commit a9ffd08Copy full SHA for a9ffd08
.github/workflows/labeler.yml
@@ -13,9 +13,9 @@ jobs:
13
issues: write # for github/issue-labeler to create or remove labels
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: github/issue-labeler@v2.5
17
- with:
18
- repo-token: "${{ secrets.GITHUB_TOKEN }}"
19
- configuration-path: .github/labeler.yml
20
- not-before:
21
- enable-versioned-regex: 0
+ - uses: github/issue-labeler@v2.6
+ with:
+ repo-token: "${{ secrets.GITHUB_TOKEN }}"
+ configuration-path: .github/labeler.yml
+ not-before:
+ enable-versioned-regex: 0
0 commit comments