Skip to content

ci: bump the github-actions group with 3 updates #833

ci: bump the github-actions group with 3 updates

ci: bump the github-actions group with 3 updates #833

name: Release Drafter
on:
push:
branches: ["main"]
pull_request_target:
types: [opened, reopened, synchronize, labeled, unlabeled]
workflow_dispatch:
permissions: read-all
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
NODE_OPTIONS: "--no-deprecation"
jobs:
update-release-draft:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: read
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
steps:
- name: Update draft release
uses: release-drafter/release-drafter@34d80673e067bdc0c24568d3af899c216adcfaa9 # v7.7.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}