Skip to content

Comments

[docs] Update documentation for features from 2026-02-25#18254

Merged
pelikhan merged 1 commit intomainfrom
docs/2026-02-25-validate-command-b39a885a76f438df
Feb 25, 2026
Merged

[docs] Update documentation for features from 2026-02-25#18254
pelikhan merged 1 commit intomainfrom
docs/2026-02-25-validate-command-b39a885a76f438df

Conversation

@github-actions
Copy link
Contributor

Documentation Updates - 2026-02-25

This PR updates the documentation based on features merged in the last 24 hours.

Features Documented

Changes Made

Merged PRs Referenced

Notes

No other merged PRs from the last 24 hours required external documentation updates. Internal fixes, test improvements, and infrastructure changes (#18253, #18234, #18224, #18216, #18215, #18208, #18206, #18205, #18197, #18194) were either non-user-facing or already accompanied by inline documentation in their respective PRs.

Generated by Daily Documentation Updater

  • expires on Feb 26, 2026, 4:25 AM UTC

…cedence

- Add `validate` command section to setup/cli.md (Building section, after
  compile). The command was added in #18191 but was missing from the main
  CLI reference page; only the compilation-process.md reference table had
  been updated.

- Add NOTE callout to reference/threat-detection.md clarifying that an
  explicit `threat-detection: false` in a workflow takes precedence over
  imported fragments, documenting the behaviour fixed in #18231.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@github-actions github-actions bot added automation documentation Improvements or additions to documentation labels Feb 25, 2026
@pelikhan pelikhan marked this pull request as ready for review February 25, 2026 04:29
Copilot AI review requested due to automatic review settings February 25, 2026 04:29
@pelikhan pelikhan merged commit 2e315b4 into main Feb 25, 2026
@pelikhan pelikhan deleted the docs/2026-02-25-validate-command-b39a885a76f438df branch February 25, 2026 04:29
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the documentation to reflect two features that were merged in the last 24 hours: the new gh aw validate command (from #18191) and the clarified import precedence behavior for threat-detection: false (from #18231).

Changes:

  • Added complete validate command section to the CLI reference documentation
  • Added a NOTE callout clarifying that explicit threat-detection: false takes precedence over imported fragments

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
docs/src/content/docs/setup/cli.md Added validate command section under Building, documenting usage, options, and equivalence to compile --validate --no-emit --zizmor --actionlint --poutine
docs/src/content/docs/reference/threat-detection.md Added NOTE callout explaining that explicit threat-detection: false in a workflow takes precedence over imported fragments that configure safe outputs

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.


**Options:** `--engine/-e`, `--dir/-d`, `--strict`, `--json/-j`, `--fail-fast`, `--stats`, `--no-check-update`

All linters (`zizmor`, `actionlint`, `poutine`), `--validate`, and `--no-emit` are always-on defaults and cannot be disabled. Accepts the same workflow ID format as `compile`.
Copy link

Copilot AI Feb 25, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The phrase "always-on defaults and cannot be disabled" is slightly contradictory - "defaults" typically implies configurability, but "cannot be disabled" states the opposite. Consider rephrasing to "are always enabled and cannot be disabled" or "are enforced and cannot be disabled" for clearer communication.

Suggested change
All linters (`zizmor`, `actionlint`, `poutine`), `--validate`, and `--no-emit` are always-on defaults and cannot be disabled. Accepts the same workflow ID format as `compile`.
All linters (`zizmor`, `actionlint`, `poutine`), `--validate`, and `--no-emit` are always enabled and cannot be disabled. Accepts the same workflow ID format as `compile`.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automation documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant