Skip to content

derive detect_unbound_args from subtyping's updated parameter-assignment rule #60154

derive detect_unbound_args from subtyping's updated parameter-assignment rule

derive detect_unbound_args from subtyping's updated parameter-assignment rule #60154

Workflow file for this run

name: Labels
permissions:
contents: read
on:
pull_request:
types: [labeled, unlabeled, opened, reopened, edited, synchronize]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
enforce-labels:
name: Check for blocking labels
runs-on: ubuntu-latest
timeout-minutes: 2
steps:
- uses: mheap/github-action-required-labels@0ac283b4e65c1fb28ce6079dea5546ceca98ccbe # v5.5.2
with:
mode: exactly
count: 0
labels: "needs docs,needs compat annotation,needs more info,needs nanosoldier run,needs news,needs pkgeval,needs tests,needs decision,DO NOT MERGE,status:DO NOT MERGE"
add_comment: false
message: "A PR should not be merged with `needs *` or `status:DO NOT MERGE` labels"