Skip to content

patched score function #2

patched score function

patched score function #2

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@v4
with:
submodules: recursive
- uses: harupy/auto-labeling@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
label-pattern: '- \[(.*?)\] ?`(.+?)`'