Skip to content

chore(deps): bump the python group across 1 directory with 9 updates #3602

chore(deps): bump the python group across 1 directory with 9 updates

chore(deps): bump the python group across 1 directory with 9 updates #3602

Workflow file for this run

---
# semantic pull request:
# https://github.com/marketplace/actions/multi-labeler#githubworkflowpr-triageyml
name: Labeler
# yamllint disable-line rule:truthy
on:
pull_request:
types: [opened, edited, synchronize, ready_for_review]
branches: [master, main]
jobs:
labeler:
name: Add Labels to PRs
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- uses: fuxingloh/multi-labeler@v4
with:
github-token: ${{ secrets.CHANGESETS_TOKEN }}