Skip to content

Auto-update pre-commit hooks (#748) #371

Auto-update pre-commit hooks (#748)

Auto-update pre-commit hooks (#748) #371

name: Release Drafter
on:
push:
branches:
- master
jobs:
update_release_draft:
runs-on: ubuntu-latest
name: Release Drafter
steps:
- name: Checkout the repository
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Run Release Drafter
uses: release-drafter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}