Skip to content

build(deps): bump actions/setup-python from 5.1.0 to 5.1.1 #28

build(deps): bump actions/setup-python from 5.1.0 to 5.1.1

build(deps): bump actions/setup-python from 5.1.0 to 5.1.1 #28

Workflow file for this run

---
name: Pull Request Labeler
on: [pull_request] # yamllint disable-line rule:truthy
jobs:
label:
name: auto label
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
continue-on-error: true
with:
repo-token: ${{ secrets.AUTO_MERGE_TOKEN }}
- uses: TimonVS/[email protected]
continue-on-error: true
env:
GITHUB_TOKEN: ${{ secrets.AUTO_MERGE_TOKEN }}