Skip to content

Commit c301c5d

Browse files
fix: add no-ci-pr auto-response label
1 parent 864a1ec commit c301c5d

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/auto-response.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,14 @@ jobs:
4949
message:
5050
"Please use [our support server](https://discord.gg/clawd) and ask in #help or #users-helping-users to resolve this, or follow the stuck FAQ at https://docs.openclaw.ai/help/faq#im-stuck-whats-the-fastest-way-to-get-unstuck.",
5151
},
52+
{
53+
label: "r: no-ci-pr",
54+
message: `Please don't make PRs for test failures on main.
55+
56+
The team is aware of those and will handle them directly on the codebase, not only fixing the tests but also investigating what the root cause is. Having to sift through test-fix-PRs (including some that have been out of date for weeks...) on top of that doesn't help. There are already way too many PRs for humans to manage; please don't make the flood worse.
57+
58+
Thank you.`,
59+
},
5260
{
5361
label: "r: too-many-prs",
5462
close: true,

0 commit comments

Comments
 (0)