Skip to content

Bump black from 24.2.0 to 24.3.0 in /.github/workflows #40

Bump black from 24.2.0 to 24.3.0 in /.github/workflows

Bump black from 24.2.0 to 24.3.0 in /.github/workflows #40

name: Draft a release note
on:
push:
branches:
- main
- master
jobs:
draft_release:
name: Release Drafter
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- name: Run release-drafter
uses: release-drafter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}