Skip to content

Merge v0.3.1

Merge v0.3.1 #34

Workflow file for this run

name: Auto Labeller
on:
pull_request:
types:
- opened
- edited
jobs:
labelling:
name: Labelling
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: harupy/auto-labeling@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
label-pattern: '- \[(.*?)\] ?`(.+?)`' # matches '- [x] `label`'