Skip to content

Bump pytest-asyncio from 0.21.1 to 0.21.2 (#349) #216

Bump pytest-asyncio from 0.21.1 to 0.21.2 (#349)

Bump pytest-asyncio from 0.21.1 to 0.21.2 (#349) #216

name: "Draft a release note"
on:
push:
branches: ["master", "main"]
jobs:
draft_release:
name: "Release Drafter"
runs-on: "ubuntu-latest"
steps:
- name: "🚀 Run release-drafter"
uses: "release-drafter/release-drafter@v6"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"