-
Notifications
You must be signed in to change notification settings - Fork 10
chore: Remove documentation about MERGIFY_TEST_FLAKY_DETECTION
#9613
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
chore: Remove documentation about MERGIFY_TEST_FLAKY_DETECTION
#9613
Conversation
The goal of this change is to remove the documentation related to this variable as we've removed it. References: MRGFY-6218 Change-Id: Ieffb84dc6acc5cf9c3d28940fde4ac3e863d58e8
Merge ProtectionsYour pull request matches the following merge protections and will not be merged until they are valid. 🟢 🤖 Continuous IntegrationWonderful, this rule succeeded.
🟢 👀 Review RequirementsWonderful, this rule succeeded.
🟢 Enforce conventional commitWonderful, this rule succeeded.Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/
🟢 🔎 ReviewsWonderful, this rule succeeded.
🟢 📕 PR descriptionWonderful, this rule succeeded.
|
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.
Pull request overview
This PR removes all documentation references to the MERGIFY_TEST_FLAKY_DETECTION environment variable, which has been removed from the product. The change ensures documentation stays in sync with the current implementation.
- Removed
MERGIFY_TEST_FLAKY_DETECTIONfrom code examples in Jenkins and GitHub Actions setup guides - Removed documentation of this variable from the "Key Environment Variables" sections
- Minor alphabetization of imports in the Jenkins documentation file
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
src/content/docs/ci-insights/setup/jenkins.mdx |
Removed MERGIFY_TEST_FLAKY_DETECTION from two code examples and the environment variables list; alphabetized imports |
src/content/docs/ci-insights/setup/github-actions.mdx |
Removed MERGIFY_TEST_FLAKY_DETECTION from code example and the environment variables list |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Merge Queue Status✅ The pull request has been merged at 1922fec This pull request spent 1 minute 47 seconds in the queue, including 1 minute 30 seconds running CI. Required conditions to merge
|
The goal of this change is to remove the documentation related to this
variable as we've removed it.
References: MRGFY-6218