Skip to content

pip stable: update platformdirs requirement from ~=3.10.0 to ~=3.11.0 #20

pip stable: update platformdirs requirement from ~=3.10.0 to ~=3.11.0

pip stable: update platformdirs requirement from ~=3.10.0 to ~=3.11.0 #20

Workflow file for this run

name: Labeler
on:
pull_request_target:
types: [ "opened" ]
branches: [ "main" ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
jobs:
label:
name: "Label Pull Request"
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"