Skip to content

Bump pytest-asyncio from 1.3.0 to 1.4.0 (#489) #249

Bump pytest-asyncio from 1.3.0 to 1.4.0 (#489)

Bump pytest-asyncio from 1.3.0 to 1.4.0 (#489) #249

name: Release Drafter
on:
push:
branches:
- main
jobs:
update_release_draft:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: read
steps:
- name: Update release draft
uses: release-drafter/release-drafter@v7
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}