Skip to content

deps: update pytest-benchmark requirement from >=4.0.0 to >=5.2.3 #19

deps: update pytest-benchmark requirement from >=4.0.0 to >=5.2.3

deps: update pytest-benchmark requirement from >=4.0.0 to >=5.2.3 #19

name: Release Drafter
on:
push:
branches: [main]
pull_request:
types: [opened, reopened, synchronize]
permissions:
contents: read
pull-requests: write
jobs:
update_release_draft:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}