Skip to content

style: format code with Autopep8, Black, isort, Ruff Formatter and Yapf #2

style: format code with Autopep8, Black, isort, Ruff Formatter and Yapf

style: format code with Autopep8, Black, isort, Ruff Formatter and Yapf #2

Workflow file for this run

name: Release Drafter
on:
push:
branches:
- main
pull_request:
types: [opened, reopened, synchronize]
permissions:
contents: read
jobs:
update_release_draft:
permissions:
contents: write # for release-drafter/release-drafter to create a github release
pull-requests: write # for release-drafter/release-drafter to add label to PR
runs-on: windows-latest
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.TOTEM }}