Skip to content

build(deps): bump tox from 4.18.1 to 4.19.0 (#376) #674

build(deps): bump tox from 4.18.1 to 4.19.0 (#376)

build(deps): bump tox from 4.18.1 to 4.19.0 (#376) #674

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