-
Notifications
You must be signed in to change notification settings - Fork 2
chore(ci): delete issue-create-from-template.yml (superseded by issue-create-enhanced.yml) #2510
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 2 commits
3b2d50e
537c6d5
eba7120
45407f6
bc3f698
f68ee12
92a9e66
6159c0f
1d1cdac
207c01c
eb99d2c
2970138
d7265e8
512e720
e4dc3a4
9eaf668
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -107,10 +107,6 @@ badges: | |
| description: "Enhanced issue creation workflow" | ||
| branch: "develop" | ||
|
|
||
| issue-create-from-template: | ||
| label: "Issue Create from Template" | ||
| description: "Creates issues from templates" | ||
| branch: "develop" | ||
|
|
||
| issue-fields-backfill: | ||
| label: "Issue Fields Backfill" | ||
|
|
@@ -412,7 +408,6 @@ groups: | |
| - badges-readme-status | ||
| - badges-workflow-audit | ||
| - issue-create-enhanced | ||
| - issue-create-from-template | ||
| - issue-labeling-automation | ||
| - issue-project-field-sync | ||
| - labeling | ||
|
Comment on lines
-402
to
413
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Done. Removed the
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Updated in 207c01c: the stale |
||
|
|
||
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -31,7 +31,7 @@ describe("issue template contract", () => { | |
| it("references existing template files in the issue creation workflow", () => { | ||
| const workflowPath = path.join( | ||
| __dirname, | ||
| "../../../.github/workflows/issue-create-from-template.yml", | ||
| "../../../.github/workflows/issue-create-enhanced.yml", | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Updated the enhanced workflow to preserve the legacy
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Updated in 207c01c: the enhanced workflow now accepts |
||
| ); | ||
|
Comment on lines
31
to
35
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fixed in the latest commit — updated
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Updated in 207c01c: the enhanced workflow now points at the valid task template and validates canonical type compatibility before creating the issue. |
||
| const workflow = fs.readFileSync(workflowPath, "utf8"); | ||
| const templateDir = path.join(__dirname, "../../../.github/ISSUE_TEMPLATE"); | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed the stale
issue-create-from-templatebadge references and aligned the active workflow links toissue-create-enhanced.yml; no legacy workflow references remain.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated in 207c01c: the remaining stale workflow badge refs were replaced across the repo, including agent and fixture references, so there are no broken issue-create-from-template badges left behind.