Skip to content

feat(ci): add scheduled workflow to trim gh-pages history #279

feat(ci): add scheduled workflow to trim gh-pages history

feat(ci): add scheduled workflow to trim gh-pages history #279

name: Release Drafter
on:
push:
branches:
- master
- main
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: false
permissions:
contents: read
jobs:
update_release_draft:
permissions:
contents: write
pull-requests: read
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: release-drafter/release-drafter@eada3c96a64734dd381cfbda23511034e328ddb0 # v7