automate more of the release process (#5409)

This commit is contained in:
Jack Amadeo
2025-11-05 06:54:42 -05:00
committed by GitHub
parent 89f7384d57
commit c59ec1de07
9 changed files with 457 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
name: Create Minor Release PR
permissions:
contents: write
pull-requests: write
on:
schedule:
- cron: '0 0 * * 2'
workflow_dispatch:
jobs:
release:
uses: ./.github/workflows/create-release-pr.yaml
with:
bump_type: "minor"