Skip to content

ci: bump actions/checkout from 4 to 5 in the ci group (#25) #11

ci: bump actions/checkout from 4 to 5 in the ci group (#25)

ci: bump actions/checkout from 4 to 5 in the ci group (#25) #11

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