[docs] Update documentation for features from 2026-02-19#16746
Merged
Conversation
- safe-outputs.md: Document `blocked` glob patterns for add-labels/remove-labels - safe-outputs.md: Document `group-reports` flag for opt-in failed run grouping - frontmatter.md: Update roles/bots to new on.roles/on.bots nested syntax - frontmatter.md: Add warning about secrets in env section (compilation error in strict mode) - permissions.md: Clarify id-token only accepts write or none (read is invalid) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
Documentation Updates - 2026-02-19
This PR updates the documentation based on features merged in the last 24 hours.
Features Documented
blockedglob patterns foradd-labelsandremove-labelssafe outputs (from Add blocked pattern matching for add-labels and remove-labels #16690)group-reportsflag for opt-in failed run issue grouping (from Make parent "Failed runs" issue creation opt-in via group-reports flag #16715)rolesandbotstoon.rolesandon.bots(from Move roles and bots to on.roles and on.bots #16672)envsection causing leakage to agent container (from Detect and block secrets in env section including sub-expressions #16722)id-token: readis invalid — onlywriteornoneare valid (from fix(permissions): reject invalid id-token: read permission #16685)Changes Made
Updated
docs/src/content/docs/reference/safe-outputs.md:blockedfield documentation foradd-labelsandremove-labelswith glob pattern table and examplesgroup-reportsfield documentation in the Global Configuration Options sectionUpdated
docs/src/content/docs/reference/frontmatter.md:roles:section to show newon.roles:nested syntax with migration tipbots:section to show newon.bots:nested syntax with migration tipenvsection being leaked to agent containerUpdated
docs/src/content/docs/reference/permissions.md:id-tokenpermission only acceptswriteornonevalues;readis invalid and rejected at compile timeMerged PRs Referenced
Notes
customandcopilot-sdkengine types — the engines.md reference does not currently document these deprecated types, so no update is needed