Skip to content

Commit

Permalink
Swapped to a different format of labels, and changed running type of …
Browse files Browse the repository at this point in the history
…pr-labels
  • Loading branch information
pingu2k4 committed Oct 21, 2024
1 parent 22a3772 commit 10670e1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

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

- [ ] `patch`
- [ ] `minor`
- [ ] `major`
- [ ] patch
- [ ] minor
- [ ] major
4 changes: 2 additions & 2 deletions .github/workflows/pr-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ on:
jobs:
labelling:
name: Labelling
runs-on: ubuntu-linux
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
name: Checkout

- 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 10670e1

Please sign in to comment.