Skip to content

Labeling

Labeling #14

Workflow file for this run

name: Labeling
on:
issues:
types:
- opened
- edited
pull_request_target:
types:
- opened
- edited
defaults:
run:
shell: bash --noprofile --norc -exo pipefail {0}
jobs:
labeling:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: harupy/auto-labeling@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
label-pattern: '- \[(.*?)\] ?`(.+?)`'