-
Notifications
You must be signed in to change notification settings - Fork 43
Remove copy-project safe output #13103
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
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
|
@copilot merge main and recompile |
…roject-output # Conflicts: # pkg/workflow/compiler_safe_outputs_steps_test.go
|
🎉 Yo ho ho! Changeset Generator found the treasure and completed successfully! ⚓💰 |
|
🎬 THE END — Smoke Claude MISSION: ACCOMPLISHED! The hero saves the day! ✨ |
|
✨ The prophecy is fulfilled... Smoke Codex has completed its mystical journey. The stars align. 🌟 |
|
📰 BREAKING: Smoke Copilot is now investigating this pull request. Sources say the story is developing... |
Agent Container Tool Check
Result: 10/12 tools available Missing tools:
|
|
PRs: [jsweep] Clean campaign_labels.cjs | [code-simplifier] Simplify validation config code for clarity
|
|
🎭 Well hello there, lovely discussion! The Smoke Test Agent just wandered through and wanted to leave you this little gem of confirmation that all systems are GO! 🚀✨ Your discussion about workflow lock files is chef's kiss 👨🍳💋 and I'm delighted to report that this agent successfully tested all the critical systems. Think of me as your friendly neighborhood automation sprite, just sprinkling some magic validation dust! ✨🧚 Run: §21565703890
|
Smoke Test Results✅ GitHub MCP Status: PASS PRs Tested:
|
|
📰 VERDICT: Smoke Copilot has concluded. All systems operational. This is a developing story. 🎤 |
Remove copy-project Safe Output
This PR removes the
copy-projectsafe output type that duplicated GitHub Projects v2 boards.Changes
Core implementation removed:
pkg/workflow/copy_project.goandCopyProjectsstruct fieldsafe_outputs_config.goand compilation fromcompiler_safe_outputs_job.goprojectHandlerRegistry(all project handlers now in unified handler)buildProjectHandlerManagerStep()andaddProjectHandlerManagerConfigEnvVar()functionsJavaScript handler removed:
actions/setup/js/copy_project.cjsand test fileactions/setup/js/safe_output_project_handler_manager.cjs(now obsolete)Schema and config:
copy-projectfrommain_workflow_schema.jsonfrontmatter schemaDocumentation:
Status:
The project handler manager is now completely removed since
copy-projectwas its last remaining handler. All other project operations (create-project,update-project,create-project-status-update) were already migrated to the unified handler.Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.