From 91494b259690e274174fe9620b451a2d6ba0a718 Mon Sep 17 00:00:00 2001 From: Shadow Date: Fri, 6 Mar 2026 16:24:50 -0600 Subject: [PATCH] fix: repair auto-response workflow YAML --- .github/workflows/auto-response.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/auto-response.yml b/.github/workflows/auto-response.yml index 8ef4f407f44..8fb76b99b9e 100644 --- a/.github/workflows/auto-response.yml +++ b/.github/workflows/auto-response.yml @@ -51,11 +51,10 @@ jobs: }, { label: "r: no-ci-pr", - message: `Please don't make PRs for test failures on main. - -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. - -Thank you.`, + message: + "Please don't make PRs for test failures on main.\n\n" + + "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.\n\n" + + "Thank you.", }, { label: "r: too-many-prs",