Workflow: clarify dirty PR response
This commit is contained in:
parent
ab27d7b05a
commit
df002ef840
2
.github/workflows/auto-response.yml
vendored
2
.github/workflows/auto-response.yml
vendored
@ -134,7 +134,7 @@ jobs:
|
||||
const invalidLabel = "invalid";
|
||||
const dirtyLabel = "dirty";
|
||||
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;
|
||||
if (pullRequest) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user