Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

build(deps-dev): bump pytest-cov from 3.0.0 to 4.1.0 (#163) #197

build(deps-dev): bump pytest-cov from 3.0.0 to 4.1.0 (#163)

build(deps-dev): bump pytest-cov from 3.0.0 to 4.1.0 (#163) #197

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