Skip to content

CI: Bump pre to Python 3.13, standard to 3.12 #693

CI: Bump pre to Python 3.13, standard to 3.12

CI: Bump pre to Python 3.13, standard to 3.12 #693

Workflow file for this run

name: Enforce PR label
on:
pull_request:
types: [labeled, unlabeled, opened, edited, synchronize]
jobs:
enforce-label:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v4
- name: enforce-triage-label
uses: ./.github/actions/enforce-label