Skip to content

Commit 2cfddb2

Browse files
authored
Merge of #9317
2 parents c092e2b + 17a12aa commit 2cfddb2

6 files changed

+16
-6
lines changed

src/content/changelog/2025-10-20-dequeued-label-on-pr.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Dequeued label on PR"
33
date: 2025-10-20
44
tags:
55
- Merge Queue
6-
description: ""
6+
description: "New label for identifying dequeued pull requests"
77
---
88

99
A label is now automatically toggled on PR removed from the merge queue. The label name is `dequeued` by default can be tweaked by using the `dequeued_label` parameter in the `merge_queue` section.
Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
---
2-
title: "New **Queue Resets & Batch Interruptions chart**"
2+
title: "New Queue Resets & Batch Interruptions chart"
33
date: 2025-10-27
44
tags:
55
- Merge Queue
66
description: "New dedicated chart to track errors and problems in the merge queue, including failed checks, timeouts, queue resets, and batch failures."
77
---
8+
import { Image } from "astro:assets"
9+
import static2a3f2b37c5da80549cdbea6290c4b348png from "../images/changelog/static-2a3f2b37-c5da-8054-9cdb-ea6290c4b348.png"
810

9-
Added a new dedicated chart to track errors and problems in the merge queue, including failed checks, timeouts, queue resets, and batch failures.
11+
12+
We added a new dedicated chart to track errors and problems in the merge queue, including failed checks, timeouts, queue resets, and batch failures.
1013

1114
The existing "Merge Queue Checks Outcomes" chart has been renamed to "PR Exit Reasons" and now focuses exclusively on normal operational outcomes like successful merges, manual dequeues, and PR updates.
1215

1316
This separation makes it easier to quickly identify and prioritize CI/CD problems.
17+
18+
<Image src={static2a3f2b37c5da80549cdbea6290c4b348png} alt="Changelog Image" />

src/content/changelog/2025-10-29-unsuccessful-checks-are-displayed-on-checks-event.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ title: "Unsuccessful checks are displayed on checks event"
33
date: 2025-10-29
44
tags:
55
- Merge Queue
6-
description: ""
6+
description: "Better way to find unsuccessful checks"
77
---
88

9-
Now in the queue activity, and in the history of a pull request, you can see the list of checks that were unsuccessful on each “Checks” event.
9+
In the queue activity and in the history of a pull request, you can see the list of checks that were unsuccessful on each “Checks” event.
1010

1111
You are also able to click on a check to navigate to its result directly on GitHub.

src/content/changelog/2025-11-06-new-statistics-page-visuals.mdx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@ title: "New statistics page visuals"
33
date: 2025-11-06
44
tags:
55
- Dashboard
6-
description: ""
6+
description: "We upgraded the looks of the statistics page, including better charts and tooltips visuals."
77
---
8+
import { Image } from "astro:assets"
9+
import static2a3f2b37c5da8015bbaed82ec3042a4apng from "../images/changelog/static-2a3f2b37-c5da-8015-bbae-d82ec3042a4a.png"
10+
811

912
We upgraded the looks of the statistics page, including better charts and tooltips visuals.
13+
14+
<Image src={static2a3f2b37c5da8015bbaed82ec3042a4apng} alt="Changelog Image" />
123 KB
Loading
25.8 KB
Loading

0 commit comments

Comments
 (0)