Skip to content

Refactor Dependabot on-demand workflow to handle commit messages and … #127

Refactor Dependabot on-demand workflow to handle commit messages and …

Refactor Dependabot on-demand workflow to handle commit messages and … #127

name: Release Drafter
on:
push:
branches:
- master
- main
workflow_dispatch:
permissions:
contents: read
jobs:
update_release_draft:
permissions:
contents: write
pull-requests: read
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v7