Skip to content

Commit

Permalink
Prepare release automation (#1200)
Browse files Browse the repository at this point in the history
* Prepare release automation

Adds automation to prepare a classic buildpack release. See heroku/languages-github-actions#183

* Remove "Buildpack" from workflow name
* Always use Title Case for workflow display names

---------

Co-authored-by: Ed Morley <501702+edmorley@users.noreply.github.com>
  • Loading branch information
colincasey and edmorley committed Jan 26, 2024
1 parent 98c8323 commit 15464f5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hatchet_app_cleaner.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Hatchet app cleaner
name: Hatchet App Cleaner

on:
schedule:
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/prepare_release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Prepare Release

on:
workflow_dispatch:

jobs:
prepare-release:
uses: heroku/languages-github-actions/.github/workflows/_classic-buildpack-prepare-release.yml@latest
secrets: inherit

0 comments on commit 15464f5

Please sign in to comment.