mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-19 11:58:38 +00:00
Workflow: clarify dirty PR response
This commit is contained in:
2
.github/workflows/auto-response.yml
vendored
2
.github/workflows/auto-response.yml
vendored
@@ -134,7 +134,7 @@ jobs:
|
|||||||
const invalidLabel = "invalid";
|
const invalidLabel = "invalid";
|
||||||
const dirtyLabel = "dirty";
|
const dirtyLabel = "dirty";
|
||||||
const noisyPrMessage =
|
const noisyPrMessage =
|
||||||
"Closing this PR because it looks dirty (too many unrelated commits). Please recreate the PR from a clean branch.";
|
"Closing this PR because it looks dirty (too many unrelated or unexpected changes). This usually happens when a branch picks up unrelated commits or a merge went sideways. Please recreate the PR from a clean branch.";
|
||||||
|
|
||||||
const pullRequest = context.payload.pull_request;
|
const pullRequest = context.payload.pull_request;
|
||||||
if (pullRequest) {
|
if (pullRequest) {
|
||||||
|
|||||||
Reference in New Issue
Block a user