Skip to content

DOC: link to source code on GitHub with linkcode (#371) #379

DOC: link to source code on GitHub with linkcode (#371)

DOC: link to source code on GitHub with linkcode (#371) #379

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