Skip to content

Bump pre-commit from 3.8.0 to 4.0.0 (#90) #46

Bump pre-commit from 3.8.0 to 4.0.0 (#90)

Bump pre-commit from 3.8.0 to 4.0.0 (#90) #46

---
name: Release Drafter
# yamllint disable-line rule:truthy
on:
push:
branches:
- master
workflow_dispatch:
jobs:
update_release_draft:
name: ✏️ Draft release
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: read
steps:
- name: 🚀 Run Release Drafter
uses: release-drafter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}