-
Notifications
You must be signed in to change notification settings - Fork 36
Update parent issue template for agentic-workflow failures #11053
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
Merged
Conversation
This file contains hidden or 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
- Changed parent issue title from "[agentics] Agentic Workflow Issues" to "[agentics] agentic-workflows failures" - Removed "# Agentic Workflow Failures" title from issue body content - Updated tests to match the new title - All handle_agent_failure tests passing Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update parent issue template for agentic-workflow
Update parent issue template for agentic-workflow failures
Jan 21, 2026
Contributor
|
@copilot update title to |
- Changed prefix from "[agentics]" to "[agentic-workflows]" - Changed suffix from "agentic-workflows failures" to "Failed runs" - Updated all tests to match the new title - All 20 handle_agent_failure tests passing Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Contributor
Author
Copilot AI
added a commit
that referenced
this pull request
Jan 21, 2026
The close_older_issues.cjs implementation was updated to use more detailed and formatted log messages. This commit updates the test assertions to match the new message formats: - Warning message now includes⚠️ emoji prefix - Info message now includes ✓ emoji and "operation complete" suffix Fixes #11053 fallout - resolves 2 JavaScript test failures in close_older_issues.test.cjs that were blocking CI. Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
pelikhan
added a commit
that referenced
this pull request
Jan 21, 2026
* Initial plan * fix: Update close_older_issues test assertions for enhanced logging The close_older_issues.cjs implementation was updated to use more detailed and formatted log messages. This commit updates the test assertions to match the new message formats: - Warning message now includes⚠️ emoji prefix - Info message now includes ✓ emoji and "operation complete" suffix Fixes #11053 fallout - resolves 2 JavaScript test failures in close_older_issues.test.cjs that were blocking CI. Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> Co-authored-by: Peli de Halleux <pelikhan@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The parent issue template for tracking agentic workflow failures had an incorrect title and contained a duplicate header in the body.
Changes
"[agentics] Agentic Workflow Issues"→"[agentic-workflows] Failed runs"# Agentic Workflow Failuresmarkdown header to prevent duplicate titles in rendered issueImplementation
Modified
actions/setup/js/handle_agent_failure.cjs:The parent issue is created via
ensureParentIssue()called from the conclusion job's failure handler.Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.