Skip to content

Bump actions/setup-python from 5 to 6 #80

Bump actions/setup-python from 5 to 6

Bump actions/setup-python from 5 to 6 #80

Workflow file for this run

name: labeler
on:
- pull_request
jobs:
label:
permissions:
contents: read
pull-requests: write
issues: write
runs-on: ubuntu-latest
steps:
- name: labeler action
uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: ".github/labeler.yaml"