Skip to content

build(github): Bump the gha group across 1 directory with 2 updates (… #615

build(github): Bump the gha group across 1 directory with 2 updates (…

build(github): Bump the gha group across 1 directory with 2 updates (… #615

name: release drafter
on:
push:
branches:
- main
pull_request:
types: [opened, reopened, synchronize]
permissions:
contents: read
jobs:
update_release_draft:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}