Skip to content

[DEPENDABOT]: Bump the github-actions group across 1 directory with 3 updates #512

[DEPENDABOT]: Bump the github-actions group across 1 directory with 3 updates

[DEPENDABOT]: Bump the github-actions group across 1 directory with 3 updates #512

name: Release Drafter
on:
push:
branches:
- development
- main # also refresh the draft after the version-bump PR merges to main
pull_request_target:
branches: [development]
types: [opened, reopened, synchronize, edited]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
update_release_draft:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: release-drafter/release-drafter@v7
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}