-
Notifications
You must be signed in to change notification settings - Fork 129
chore(ci): remove deprecated PR-time stub workflow #875
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,6 +8,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
|
|
||
| ## [Unreleased] | ||
|
|
||
| ### Changed | ||
|
|
||
| - CI docs: clarify that branch-protection ruleset must store the check-run name (`gate`), not the workflow display string (`Merge Gate / gate`); document the merge-gate aggregator in `cicd.instructions.md` and mark the legacy stub workflow as deprecated. | ||
|
|
||
| ### Removed | ||
|
|
||
| - CI: deleted `ci-integration-pr-stub.yml`. The four stubs were a holdover from the pre-merge-gate model where branch protection required each Tier 2 check name directly. After #867, branch protection requires only `gate`, so the stubs are dead weight. Reduced `EXPECTED_CHECKS` in `merge-gate.yml` to just `Build & Test (Linux)`. | ||
|
Comment on lines
+13
to
+17
|
||
|
|
||
| ## [0.9.2] - 2026-04-23 | ||
|
|
||
| ### Added | ||
|
|
||
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 doc was updated, but there are other copies in the repo that still reference the deleted
ci-integration-pr-stub.yml(e.g..apm/instructions/cicd.instructions.mdandcustom-instructions/repo/.github/instructions/cicd.instructions.md). If those files are consumed anywhere (or checked for consistency), they should be updated/removed in the same PR or documented as generated artifacts to avoid drift.