docs: refine changelog gate documentation formatting and descriptions
This commit is contained in:
14
AGENTS.md
14
AGENTS.md
@@ -229,11 +229,21 @@ Useful optional inputs:
|
||||
- `changelog` (default `CHANGELOG.md`)
|
||||
- `comment-title` (default `Vociferate Review`)
|
||||
- `token` (defaults to workflow token)
|
||||
- `enable-changelog-gate` (default `false`) - Enable changelog validation gate
|
||||
- `changelog-gate-mode` (default `soft`) - `strict` or `soft` mode for gate
|
||||
- `changelog-gate-required-for` (default `code,behavior,security,workflow,tooling`) - Change types requiring entries
|
||||
- `changelog-gate-allow-docs-only` (default `true`) - Skip requirement for docs-only PRs
|
||||
- `changelog-gate-docs-globs` (default `docs/**,**.md,**.txt,**.rst`) - Docs file patterns
|
||||
- `changelog-gate-skip-labels` (default empty) - PR labels that bypass requirement
|
||||
|
||||
Primary outputs:
|
||||
|
||||
- `comment-id`
|
||||
- `comment-url`
|
||||
- `comment-id` - Comment ID
|
||||
- `comment-url` - Comment URL
|
||||
- `gate-passed` - Whether changelog gate validation passed
|
||||
- `docs-only` - Whether PR is docs-only
|
||||
- `unreleased-additions-count` - Number of Unreleased additions detected
|
||||
- `gate-failure-reason` - Reason for gate failure, if applicable
|
||||
|
||||
## Guardrails For Agents
|
||||
|
||||
|
||||
Reference in New Issue
Block a user