Skip to content

Bump actions/checkout from 4 to 5 (#1156) #609

Bump actions/checkout from 4 to 5 (#1156)

Bump actions/checkout from 4 to 5 (#1156) #609

name: Release Drafter
on:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: write
pull-requests: read
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v6.1.0
with:
disable-autolabeler: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}