docs(webhooks): move Flaky Tests webhook content off the Merge Queue page#285
Open
samgutentag wants to merge 1 commit into
Open
docs(webhooks): move Flaky Tests webhook content off the Merge Queue page#285samgutentag wants to merge 1 commit into
samgutentag wants to merge 1 commit into
Conversation
…page The Merge Queue webhooks page carried three test_case.* sections (status_changed v1/v2, quarantining, AI investigation) that belong to Flaky Tests. Phil flagged it. - merge-queue/webhooks.mdx: replace the three FT sections with a one-line pointer to the Flaky Tests webhooks reference. MQ page now only covers pull_request.* and pull_request_batch.* events. - flaky-tests/webhooks/index.mdx: absorb the substance, filling real gaps — v1->v2 deprecation + get-test-details enrichment note, the previously-undocumented test_case.quarantining_setting_changed event, and the "use v2 for became-flaky reactions" steer. Softened the brittle "three event types" count. No new claims: all relocated content was already published on the MQ page.
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
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.
What
The Merge Queue webhooks page carried three
test_case.*sections —status_changedv1/v2, quarantining, and AI investigation — that are Flaky Tests events, not Merge Queue. Phil flagged it in Slack. This moves them to where they belong.Changes
merge-queue/webhooks.mdxpull_request.*andpull_request_batch.*events.flaky-tests/webhooks/index.mdx— absorbed the substance, which filled real gaps:failure_rate_last_7d; enrich viaget-test-details" guidance under the v2 schema.test_case.quarantining_setting_changed— was undocumented on the FT page; added with its manual-override-only behavior.v2.test_case.status_changedfor became-flaky reactions" steer on the investigation event.Notes
quarantining_setting_changedevent points to the Svix catalog for its full schema rather than inventing a field table.trunk fmt/checknot run locally (repo isn'ttrunk init'd here); relying on the Mintlify CI check.