Skip to content

Bump pre-commit from 4.4.0 to 4.5.0 (#752) #367

Bump pre-commit from 4.4.0 to 4.5.0 (#752)

Bump pre-commit from 4.4.0 to 4.5.0 (#752) #367

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@v5
with:
fetch-depth: 0
- name: Run Release Drafter
uses: release-drafter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}