-
-
Notifications
You must be signed in to change notification settings - Fork 7
🚧Adjust release workflow input #264
Copy link
Copy link
Closed
Labels
Milestone
Description
Complete The Item Below
- I have updated the title without removing the 🚧 emoji.
Description
Adjust the text of the dry run workflow input so that it has a title included in the text. This should be done with the release.yml workflow file.
dry-run:
description: Dry Run - Check to run the workflow without creating a release.
required: false
default: false
type: booleanThis is how it currently looks.

Acceptance Criteria
- The
dry-runworkflow input description adjusted for the release workflow - Issues created for other projects that need this done.
ToDo Items
- Change type labels added to this issue. Refer to the Change Type Labels section below.
- Priority label added to this issue. Refer to the Priority Type Labels section below.
- Issue linked to the correct project (if applicable).
- Issue linked to the correct milestone (if applicable).
- Draft pull request created and linked to this issue (only required with code changes).
Issue Dependencies
No response
Related Work
No response
Additional Information:
Change Type Labels
| Change Type | Label |
|---|---|
| Bug Fixes | 🐛bug |
| Breaking Changes | 🧨breaking changes |
| New Feature | ✨new feature |
| CICD Changes | ♻️cicd |
| Code Doc Changes | 🗒️documentation/code |
| Product Doc Changes | 📝documentation/product |
Priority Type Labels
| Priority Type | Label |
|---|---|
| Low Priority | low priority |
| Medium Priority | medium priority |
| High Priority | high priority |
Code of Conduct
- I agree to follow this project's Code of Conduct.
Reactions are currently unavailable