Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: "Flaky Tests: master and develop as Default Stable Branches, Rendered Webhook Citations"
description: "master and develop now count as stable branches by default, and AI investigation webhooks deliver fully rendered citation links."
date: 2026-04-17
category: Flaky Tests
type: update
---

**Trunk Flaky Tests now recognizes `master` and `develop` as stable branches by default, alongside `main`.** Two improvements landed in this window.

- **Default stable branches.** Uploads from `master` and `develop` are classified as stable-branch uploads automatically, the same as `main`. Repos using either as their primary branch no longer need a stable branch override to get accurate flake detection, and the setup banner that prompted you to configure one on the uploads page is gone for those repos.
- **Rendered webhook citations.** The `test_case.investigation_completed` webhook now delivers fully rendered citation links in `markdown_summary` and in each `facts[].content` entry, instead of raw `CITE:TAG` placeholders. If you build on these payloads — a Slack bot, ticket automation — you can use the fields directly without post-processing.

[Read the docs](https://docs.trunk.io/flaky-tests/get-started) to learn more.
6 changes: 6 additions & 0 deletions changelog/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ rss: true
Merge Queue Health metrics can now be drilled down to the individual pull requests behind any data point.
</Update>

<Update label="April 17, 2026" tags={["Flaky Tests"]}>
**[Flaky Tests: master and develop as Default Stable Branches, Rendered Webhook Citations](/changelog/2026-04-17-flaky-tests-stable-branches-webhook-citations)**

master and develop now count as stable branches by default, and AI investigation webhooks deliver fully rendered citation links.
</Update>

<Update label="April 13, 2026" tags={["Merge Queue"]}>
**[Merge Queue: Terraform Provider](/changelog/2026-04-13-merge-queue-terraform-provider)**

Expand Down
1 change: 1 addition & 0 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,7 @@
"changelog/2026-05-18-flaky-tests-test-labels",
"changelog/2026-04-30-merge-queue-chrome-extension",
"changelog/2026-04-21-merge-queue-drill-down-into-merge-metrics",
"changelog/2026-04-17-flaky-tests-stable-branches-webhook-citations",
"changelog/2026-04-13-merge-queue-terraform-provider",
"changelog/2026-03-27-flaky-tests-automatically-create-jira-issues-from-webhooks",
"changelog/2026-03-26-merge-queue-testing-details-api-now-includes-impacted-target-information",
Expand Down
8 changes: 8 additions & 0 deletions flaky-tests/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ rss: true
Tag, organize, and filter your test suite with org-wide labels.
</Update>

### April 2026

<Update label="April 17, 2026" tags={["Flaky Tests"]}>
**[Flaky Tests: master and develop as Default Stable Branches, Rendered Webhook Citations](/changelog/2026-04-17-flaky-tests-stable-branches-webhook-citations)**

master and develop now count as stable branches by default, and AI investigation webhooks deliver fully rendered citation links.
</Update>

### March 2026

<Update label="March 27, 2026" tags={["Flaky Tests"]}>
Expand Down
Loading