Skip to content

chore(deps): bump pillow from 10.0.0 to 10.0.1 #90

chore(deps): bump pillow from 10.0.0 to 10.0.1

chore(deps): bump pillow from 10.0.0 to 10.0.1 #90

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 }}