Skip to content

⬆️🩹 Update patch updates #944

⬆️🩹 Update patch updates

⬆️🩹 Update patch updates #944

name: Release Drafter
on:
push:
branches:
- main
pull_request_target:
types: [opened, reopened, synchronize]
permissions:
contents: read
jobs:
update_release_draft:
name: Run
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-slim
steps:
- uses: release-drafter/release-drafter@00ce30b0ce8a4d67bccfca59421cdf6c55dd0784 # v6.3.0
env:
GITHUB_TOKEN: ${{ github.token }}