Skip to content

Commit

Permalink
Improve sponsor message
Browse files Browse the repository at this point in the history
Reviewed-by: ehelin
  • Loading branch information
rwestberg committed Jan 30, 2020
1 parent b760927 commit 965ead0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -122,7 +122,7 @@ public void handle(PullRequestBot bot, PullRequest pr, CensusInstance censusInst
reply.println(ReadyForSponsorTracker.addIntegrationMarker(pr.headHash()));
reply.println("Your change (at version " + pr.headHash() + ") is now ready to be sponsored by a Committer.");
if (!args.isBlank()) {
reply.println("Note that your sponsor will make the final decision on which target hash to integrate onto.");
reply.println("Note that your sponsor will make the final decision onto which target hash to integrate.");
}
pr.addLabel("sponsor");
return;
Expand Down
Expand Up @@ -438,7 +438,7 @@ void noAutoRebase(TestInfo testInfo) throws IOException {
TestBotRunner.runPeriodicItems(mergeBot);

// The bot should reply that a sponsor is required
assertLastCommentContains(pr, "your sponsor will make the final decision on which target hash");
assertLastCommentContains(pr, "your sponsor will make the final decision onto which target hash to integrate");

// Push more unrelated things
Files.writeString(unrelated, "Hello again");
Expand Down

0 comments on commit 965ead0

Please sign in to comment.