Skip to content

Commit

Permalink
fixing a couple of bugs with the labeler
Browse files Browse the repository at this point in the history
  • Loading branch information
HGWright committed Aug 30, 2023
1 parent e9c4eb2 commit db08132
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
- '(testing|tests|coverage|Testing|Tests|Coverage)'

'Type: Bug':
- '(bug|patch|fix|Bug|Fix|Patch)'
- '(bug|Bug)'

'Type: Enhancement':
- '(feature|Feature)'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,3 @@ jobs:
enable-versioned-regex: 0
include-title: 1
repo-token: ${{ secrets.GITHUB_TOKEN }}
sync-labels: 1

0 comments on commit db08132

Please sign in to comment.