Skip to content

Commit

Permalink
Fix labeler
Browse files Browse the repository at this point in the history
  • Loading branch information
sylhare committed Aug 1, 2024
1 parent d2a4558 commit 5e67668
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ question:
- '(?|How|What|Why|When|Where|Who)'

bug:
- '(bug|issue|problem|broken|does not work|not working)'
- '(bug|issue|problem|broken|error|fail|does not work|not working)'

enhancement:
- '(enhancement|feature)'
4 changes: 2 additions & 2 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
steps:
- uses: github/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
repo-token: ${{ github.token }}
configuration-path: .github/labeler.yml
enable-versioned-regex: 1
enable-versioned-regex: 0

0 comments on commit 5e67668

Please sign in to comment.