[docs] Update documentation for features from 2026-06-03#36635
Merged
pelikhan merged 2 commits intoJun 3, 2026
Merged
Conversation
…rget - Add `license` field to the repository package manifest specification (table row + section), matching the schema field added in #36583. - Document the `pull_request_number`/`repo` requirement for submit-pull-request-review when target: "*", matching the support added in #36546. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
pelikhan
approved these changes
Jun 3, 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.
Summary
Two documentation-only updates to the
gh-awreference docs:Repository Package Manifest —
licensefield (repository-package-manifest-specification.md)A new optional
licensefield (SPDX identifier string) has been documented in theaw.ymlmanifest spec.A new table row and dedicated sub-section §4.7 describe the field's purpose and accepted values.
Safe-Outputs Pull Requests —
submit_pull_request_reviewwildcard target (safe-outputs-pull-requests.md)A clarifying note has been added explaining that when
target: "*"is configured, agents must supplypull_request_number(and may optionally supplyrepo) in everysubmit_pull_request_reviewcall.Changed Files
docs/src/content/docs/reference/repository-package-manifest-specification.mddocs/src/content/docs/reference/safe-outputs-pull-requests.mdDetails
licensefield inaw.yml"MIT","Apache-2.0").submit_pull_request_reviewwithtarget: "*"target: "*"is set, the framework cannot infer which pull request to act on, so callers must explicitly providepull_request_number;repois optional but available.Risk Assessment