Skip to content

Add auto labelling to prs #12

Add auto labelling to prs

Add auto labelling to prs #12

Workflow file for this run

name: Auto Labeller
on:
pull_request:
types:
- opened
- edited
jobs:
labelling:
name: Labelling
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`'