Skip to content

Commit

Permalink
Mark build-aware PRs as generated
Browse files Browse the repository at this point in the history
  • Loading branch information
cdupuis committed Aug 23, 2018
1 parent 466119d commit 78367d6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -33,7 +33,7 @@ export function dryRunBuildListener(opts: IssueCreationOptions): BuildListener {
return;
}

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

0 comments on commit 78367d6

Please sign in to comment.