Skip to content

Noun fix main.py

Noun fix main.py #23

Workflow file for this run

name: Labeling
on:
issues:
types:
- opened
- edited
pull_request_target:
types:
- opened
- edited
permissions:
contents: read
defaults:
run:
shell: bash --noprofile --norc -exo pipefail {0}
jobs:
labeling:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
permissions:
pull-requests: write # harupy/auto-labeling
issues: write # harupy/auto-labeling
timeout-minutes: 120
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: harupy/auto-labeling@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
label-pattern: '- \[(.*?)\] ?`(.+?)`'