[instructions] Sync github-agentic-workflows.md with v0.46.1#16675
Merged
[instructions] Sync github-agentic-workflows.md with v0.46.1#16675
Conversation
- Remove custom engine (removed in v0.46.1) - Remove copilot-sdk engine reference (removed in v0.46.1) - Add runtimes.*.if conditional field for setup steps - Add assign-to-user blocked/unassign-first fields - Add unassign-from-user allowed/blocked fields - Add create-issue group/close-older-issues fields - Update engine enum and breaking changes section - Correct roles field to on.roles with deprecation note Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
pelikhan
approved these changes
Feb 19, 2026
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.46.1
This PR updates the
github-agentic-workflows.mdinstructions file based on documentation and code changes since the last sync (v0.40.1).Changes Made
customengine — Thecustomengine type was removed in v0.46.1. Updated engine field description, ID comment, validation enum, and added breaking change entry.copilot-sdkengine — Thecopilot-sdkengine was removed in v0.46.1. Added breaking change entry.runtimes.*.ifconditional field — Runtime setup steps now support an optionalif:GitHub Actions condition (e.g.,"hashFiles('go.mod') != ''") to conditionally install runtimes based on file presence.assign-to-user.blockedfield — Addedblockeddeny-list (supports exact matches and glob patterns like*[bot]) for theassign-to-usersafe output.assign-to-user.unassign-firstfield — Addedunassign-firstoption to clear existing assignees before assigning new ones.unassign-from-user.allowedandblockedfields — Addedallowedandblockedfiltering options to theunassign-from-usersafe output.create-issue.groupfield — Addedgroup: trueoption to automatically organize multiple issues as sub-issues under a parent.create-issue.close-older-issuesfield — Addedclose-older-issuesoption to close previous issues from the same workflow.expiresfield — Clarified thatfalsecan be used to explicitly disable expiration.roles:field — Corrected toon.roles:with deprecation note for top-levelroles:.Documentation Commits Reviewed
ef87befc📝 Update documentation across multiple files (📝 Update documentation across multiple files #16640)24dcd694Remove custom engine support (Remove custom engine support #16533)293bb1b4Remove copilot-sdk agent engine (Remove copilot-sdk agent engine #16519)66682b91Add unassign-first option to assign-to-user safe output (Add unassign-first option to assign-to-user safe output #16542)bdbe553fAddblockeddeny list for assign-to-user and unassign-from-user (Addblockeddeny list for assign-to-user and unassign-from-user safe outputs #16628)41df3c37Add conditionalifexpressions to runtime configuration (Add conditionalifexpressions to runtime configuration #16638)b5702725Update safe outputs spec with discussions field (Update safe outputs spec with discussions field from PR #16509 #16516)Validation