Skip to content
Closed
80 changes: 40 additions & 40 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@astrojs/rss": "^4.0.14",
"@fontsource/ibm-plex-mono": "^5.2.7",
"@fontsource/poppins": "^5.2.7",
"@scalar/api-reference": "^1.40.8",
"@scalar/api-reference": "^1.40.9",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@types/uuid": "^11.0.0",
Expand Down
12 changes: 12 additions & 0 deletions src/content/changelog/2025-12-24-add-status-comments.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: "Add `**status_comments**`"
date: 2025-12-24
tags:
- Merge Queue
description: ""
---

Adding `status_comments` property to merge queue config to reduce the level of reporting for queue status on github pull request:

- `all`: Post comments for all queue events (entering queue, CI progress, outcomes).
- `outcomes`: Only post comments for final outcomes (merged or dequeued with failure reason).