Skip to content

Document the SPEC-0 rule for bundled Python #1319

Document the SPEC-0 rule for bundled Python

Document the SPEC-0 rule for bundled Python #1319

Workflow file for this run

# https://github.com/marketplace/actions/labeler
name: "Pull Request Labeler"
on:
- pull_request_target
jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"