[instructions] Sync github-agentic-workflows.md with v0.40.1#23533
Open
github-actions[bot] wants to merge 1 commit intomainfrom
Open
[instructions] Sync github-agentic-workflows.md with v0.40.1#23533github-actions[bot] wants to merge 1 commit intomainfrom
github-actions[bot] wants to merge 1 commit intomainfrom
Conversation
Sync instructions with codebase changes since v0.40.1: - status-comment: clarify it defaults to true for slash_command/label_command triggers (decoupled from reaction) - sandbox: document object format with agent: false to disable agent firewall Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Collaborator
|
/q fix latest release fetch strategy. It should be v0.64.4 now |
Contributor
Author
|
🎩 Mission equipment ready! Q has optimized your workflow. Use wisely, 007! 🔫 |
Contributor
Author
This was referenced Mar 30, 2026
Open
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.
Instructions Update - Synchronized with v0.40.1
This PR updates
github-agentic-workflows.mdbased on code changes since the v0.40.1 release.Changes Made
status-comment:default clarified: The field now explicitly documents that it defaults totrueforslash_commandandlabel_commandtriggers (decoupled fromreaction:), and defaults tofalsefor all other triggers. Previously the docs just saiddefault: false, which was incomplete.sandbox:object format added: Documented the{ agent: false }object format that replaces the removedsandbox: falseshorthand. Allows disabling the agent firewall while keeping the MCP gateway enabled.Documentation Commits Reviewed
b19fe61— code-simplifier refactor (not a docs change)Safe-Outputs Code Audit
Full audit of
SafeOutputsConfigstruct,safe_outputs_config.goparsing, andmain_workflow_schema.jsonconfirmed all safe-output operations are accurately documented. No discrepancies found.Changesets Reviewed
Key changesets in unreleased codebase (pending next release):
minor-decouple-status-comment.md— status comment decoupled from reaction; new defaults applyminor-enable-reaction-status-comment-by-default.md— command triggers defaultstatus-comment: trueminor-disable-agent-sandbox-only.md—sandbox: falseremoved, replaced withsandbox: { agent: false }minor-rename-app-to-github-app.md— already reflected in docsminor-rename-safe-inputs-to-mcp-scripts.md— already reflected in docs (mcp-scripts:)Validation
compiler_types.go,safe_outputs_config.go, schema)