-
Notifications
You must be signed in to change notification settings - Fork 0
[WRONG BRANCH] docs: correct Windows CI trigger guidance in PR-quality docs (en / tr / zh-tw) #282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -90,9 +90,8 @@ tells you exactly what to change: | |
| A comment-only change to a source file is not a behavior change and owes no | ||
| test. | ||
| - **Cross-platform CI.** The suite runs sharded on Linux and in full on macOS for | ||
| every pull request. Windows runs at the shipping boundary — on promotion to | ||
| `main` or `preview` — so a slow or flaky Windows runner cannot decide when your | ||
| pull request turns green. | ||
| every pull request. Windows runs only when manually requested through | ||
| `workflow_dispatch`, so it does not gate pull requests or promotions. | ||
|
Comment on lines
+93
to
+94
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win Clarify the Cross-platform CI scope and gating description in all locales. The current wording still overstates the Windows restriction and pull-request scope:
Update the English wording at this location and apply the same clarification to the Turkish and Traditional Chinese translations. Explicitly identify the Linux/macOS jobs and their 📍 Affects 1 file
🤖 Prompt for AI AgentsSource: Path instructions |
||
| This runs for **every** pull request, whatever its base branch — including a | ||
| stacked child whose base is another open PR's head. The `paths:` filter, not | ||
| the base branch, decides whether the jobs run at all: a PR touching only docs | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is true only for the full
platform-windowstest suite. In.github/workflows/ci.yml, the Windows legs ofkeyring-smoke(lines 618–646) andnpm-global-smoke(lines 681–727) still run for applicable PR and push events, and both feed the aggregatecigate (lines 746–776). Thus Windows verification can still gate pull requests and promotions; qualify this as the full Windows test suite and synchronize that distinction in the translations.AGENTS.md reference: docs-site/AGENTS.md:L7-L10
Useful? React with 👍 / 👎.