Skip to content

Ignore flake8 E701/704 because it conflicts with recent black (#48) #99

Ignore flake8 E701/704 because it conflicts with recent black (#48)

Ignore flake8 E701/704 because it conflicts with recent black (#48) #99

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 }}