Skip to content

enh: Update status in reconcile loop, not in defer (#41) #7

enh: Update status in reconcile loop, not in defer (#41)

enh: Update status in reconcile loop, not in defer (#41) #7

name: Release Drafter
on:
workflow_dispatch:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
with:
disable-releaser: github.ref != 'refs/heads/main'
config-name: release-drafter.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}