Skip to content

chore(deps): bump the github-actions group across 1 directory with 5 … #5552

chore(deps): bump the github-actions group across 1 directory with 5 …

chore(deps): bump the github-actions group across 1 directory with 5 … #5552

name: Release Drafter
# PROCESS
#
# 1. Enumerate all PRs in merged state
# 2. Filter out any PR labeled `skip-changelog`
# 3. Updates or creates a new release in Draft mode
# USAGE
#
# Always run on merged PRs or manually via GitHub UI for debugging purposes.
#
# see .github/release-drafter.yml for configuration
on:
push:
branches:
- develop
workflow_dispatch:
permissions:
contents: read
jobs:
update_release_draft:
runs-on: ubuntu-latest
permissions:
contents: write # create release in draft mode
steps:
- uses: release-drafter/release-drafter@693d20e7c1ce1a81d3a41962f85914253b518449 # v7.3.1