Skip to content

build(deps-dev): bump tox from 4.7.0 to 4.8.0 (#1029) #333

build(deps-dev): bump tox from 4.7.0 to 4.8.0 (#1029)

build(deps-dev): bump tox from 4.7.0 to 4.8.0 (#1029) #333

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