-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### ⚠ BREAKING CHANGES * This PR introduces the latest 2024 release for ICD-10-GM. 🚨 ### 🚀 New Features * update icd10gm to 2024 version ([#72](#72)) ([b325dbd](b325dbd)), closes [#71](#71) ### 🧹 Chore * call manage pr remotely ([#84](#84)) ([19c596f](19c596f)), closes [#85](#85) * input branch to release pr action ([#77](#77)) ([4ce5bab](4ce5bab)), closes [#76](#76)
- Loading branch information
Showing
5 changed files
with
14 additions
and
301,653 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,19 @@ | ||
name: ✨ Create Release PR | ||
|
||
on: workflow_dispatch | ||
on: | ||
workflow_dispatch: | ||
inputs: | ||
branch: | ||
type: string | ||
description: The branch with the changes that shall be released. | ||
default: "main" | ||
|
||
jobs: | ||
create-release-pr: | ||
name: Create Release PR | ||
uses: dot-base/.github/.github/workflows/create-release-pr.yml@main | ||
with: | ||
branch: ${{ inputs.branch }} | ||
secrets: | ||
GH_BOT_USER: ${{ secrets.GH_BOT_USER }} | ||
GH_BOT_PAT: ${{ secrets.GH_BOT_PAT }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.