Skip to content

Commit

Permalink
reverted to using backticks
Browse files Browse the repository at this point in the history
  • Loading branch information
pingu2k4 committed Oct 22, 2024
1 parent 10670e1 commit e4f2f3e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
15 changes: 7 additions & 8 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@

## Categorise the PR
<!-- Select at least one category from below that best describes this PR and what it does -->
- [ ] feature
- [ ] bug
- [ ] docs
- [ ] meta

- [ ] patch
- [ ] minor
- [ ] major
- [ ] `feature`
- [ ] `bug`
- [ ] `docs`
- [ ] `meta`
- [ ] `patch`
- [ ] `minor`
- [ ] `major`
2 changes: 1 addition & 1 deletion .github/workflows/pr-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
- uses: harupy/auto-labeling@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
label-pattern: '- \[(.*?)\] ?(.+?)' # matches '- [x] `label`'
label-pattern: '- \[(.*?)\] ?`(.+?)`' # matches '- [x] `label`'

0 comments on commit e4f2f3e

Please sign in to comment.