Skip to content

Bump pillow from 9.5.0 to 10.0.1 #576

Bump pillow from 9.5.0 to 10.0.1

Bump pillow from 9.5.0 to 10.0.1 #576

Workflow file for this run

name: Draft release
on:
workflow_dispatch:
# pull_request event is required only for autolabeler
pull_request:
types: [opened, reopened, synchronize]
jobs:
update-release-draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5.24.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}