Skip to content
This repository was archived by the owner on Aug 8, 2025. It is now read-only.

Commit 78367d6

Browse files
committed
Mark build-aware PRs as generated
1 parent 466119d commit 78367d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pack/build-aware-transform/support/dryRunBuildListener.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export function dryRunBuildListener(opts: IssueCreationOptions): BuildListener {
3333
return;
3434
}
3535

36-
const body = bu.build.commit.message.replace(DryRunMessage, "").trim();
36+
const body = bu.build.commit.message.replace(DryRunMessage, "").trim() + "\n\n[atomist:generated]";
3737
const description = body.split("\n")[0];
3838
switch (build.status) {
3939
case "started" :

0 commit comments

Comments
 (0)