Skip to content

Commit eb46770

Browse files
committed
Updated template to include link to workflow
1 parent bdbfbe4 commit eb46770

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

.github/ISSUE_TEMPLATE/release-request.yml

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,20 @@ body:
2020
required: true
2121

2222
- type: input
23-
id: commit_or_branch_to_deploy
23+
id: branch_to_deploy
2424
attributes:
25-
label: Commit or branch to deploy
25+
label: Branch to deploy
2626
description: |
27-
Specify either a commit hash (recommended for precision) or branch name to deploy.
28-
29-
**To get a commit hash from GitHub:**
30-
Navigate to the commit in the web interface and copy the full SHA from the commit page.
31-
placeholder: "e.g., a1b2c3d4e5f6789... or release/2025-09-29"
27+
Specify Branch name to deploy.
28+
placeholder: "e.g., release/2025-09-29"
3229
validations:
33-
required: true
30+
required: true
31+
- type: markdown
32+
attributes:
33+
value: |
34+
---
35+
### ⚡ Click the Link Below to Run the Workflow
36+
37+
Clicking the link will take you to the Actions page. You will need to click the **"Run workflow"** button there to start the process.
38+
39+
## [➡️ Go to Workflow Run Page](https://github.com/lambda-feedback/wolframIsSimilar/blob/main/.github/workflows/production-deploy.yml)

0 commit comments

Comments
 (0)