Skip to content

build(deps-dev): bump tox from 4.6.3 to 4.6.4 (#1009) #319

build(deps-dev): bump tox from 4.6.3 to 4.6.4 (#1009)

build(deps-dev): bump tox from 4.6.3 to 4.6.4 (#1009) #319

name: Release Drafter
on:
push:
branches: main
permissions:
contents: read
jobs:
update-release-draft:
permissions:
contents: write # for release-drafter/release-drafter to create a github release
pull-requests: write # for release-drafter/release-drafter to add label to PR
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'skip ci')"
steps:
# Drafts your next Release notes as Pull Requests are merged into "main"
- uses: release-drafter/release-drafter@v5.24.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}