Skip to content

Bump pytest from 8.4.2 to 9.0.1 (#443) #305

Bump pytest from 8.4.2 to 9.0.1 (#443)

Bump pytest from 8.4.2 to 9.0.1 (#443) #305

name: Release Drafter
on:
push:
# branches to consider in the event; optional, defaults to all
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v6.1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}