Skip to content

Bump pytest-asyncio from 0.24.0 to 1.2.0 (#450) #224

Bump pytest-asyncio from 0.24.0 to 1.2.0 (#450)

Bump pytest-asyncio from 0.24.0 to 1.2.0 (#450) #224

name: Release Drafter
on:
push:
branches:
- main
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- name: Update release draft
uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}