Skip to content

build(deps): bump black from 23.3.0 to 23.7.0 (#235) #393

build(deps): bump black from 23.3.0 to 23.7.0 (#235)

build(deps): bump black from 23.3.0 to 23.7.0 (#235) #393

name: Release Drafter
on:
push:
branches:
- main
- dev
pull_request:
# Only following types are handled by the action, but one can default to all as well
types: [opened, reopened, synchronize]
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}