Skip to content

DX: ban Ruff F821 and ISC003 in ipynb exceptions (#244) #502

DX: ban Ruff F821 and ISC003 in ipynb exceptions (#244)

DX: ban Ruff F821 and ISC003 in ipynb exceptions (#244) #502

name: Release Drafter
on:
push:
branches:
- main
- epic/*
workflow_dispatch:
jobs:
update_release_draft:
runs-on: ubuntu-22.04
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}