Fix order of processing project-related safe outputs#12485
Merged
Conversation
Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
- Recompiled workflow fixes step ordering (Project before Safe Outputs) - Filter "copilot" from assignees before GitHub API call - Track issues needing copilot assignment in global variable - Export issues_to_assign_copilot output for separate assignment step Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
Contributor
|
@copilot fix lint errors |
All tests pass - JavaScript (149 files) and Go tests Build, format, and lint checks all pass Ready for review Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
Address code review feedback: reset issuesToAssignCopilotGlobal at start of handler manager to prevent stale data accumulation across workflow runs Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
mnkiefer
approved these changes
Jan 29, 2026
Copilot stopped work on behalf of
mnkiefer due to an error
January 29, 2026 08:32
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
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.
Campaign Workflow Fixes ✅ COMPLETE
Issues Identified & Resolved
Final Implementation
Issue 1: Step Ordering ✅ FIXED
Root cause: Lock file in commit 6967905 had steps in wrong order
Fix: Recompilation applied correct order from compiler logic
Verification: Steps now execute: Project → Safe Outputs (with correct dependency)
Issue 2: Copilot Assignee Filtering ✅ FIXED
Root cause: JavaScript handler passed "copilot" to GitHub API (invalid user)
Implementation:
getIssuesToAssignCopilot()issues_to_assign_copilotoutputassign_copilot_to_created_issues.cjshandles GraphQL assignmentSecurity Summary
No security vulnerabilities introduced or identified in the changes.
Validation Results ✅
Ready for Merge
All fixes complete and validated. The campaign workflow will now:
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.