Skip to content

chore(deps-dev): bump types-requests from 2.31.0.2 to 2.31.0.6 #89

chore(deps-dev): bump types-requests from 2.31.0.2 to 2.31.0.6

chore(deps-dev): bump types-requests from 2.31.0.2 to 2.31.0.6 #89

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@v2
with:
github-token: ${{ secrets.CHANGESETS_TOKEN }}