Skip to content

github: Use only Python 3.13 for pull request runs #37

github: Use only Python 3.13 for pull request runs

github: Use only Python 3.13 for pull request runs #37

Workflow file for this run

name: Labeler
on:
pull_request:
types: [opened, synchronize]
jobs:
label:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v4
with:
sparse-checkout: |
.github
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GH_TOKEN }}"
configuration-path: '.github/labeler.yml'