Skip to content

Commit

Permalink
Merge pull request #166 from gsmet/specify-branch
Browse files Browse the repository at this point in the history
Make it clear Platform PRs should be created to target the main branch
  • Loading branch information
gsmet authored Nov 29, 2024
2 parents 87a3f50 + bf54b75 commit 812ecc3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ public boolean shouldPause(Context context, Commands commands, GitHub quarkusBot
+ "The pull request updating the Platform to Quarkus " + releaseInformation.getVersion() + " has been merged in the main branch.\n"
+ "We pinged the team maintaining components not passing the tests in the pull request.\n"
+ "\n"
+ "If you want to update your components, please create your pull requests and make sure they are merged before next Tuesday.\n");
+ "If you want to update your components, please create your pull requests targeting the main branch and make sure they are merged before next Tuesday.\n");
if (!releaseInformation.isOriginBranchMain()) {
comment.append("Make sure you mention in the description that your pull request should be be backported to the "
comment.append("\nMake sure you mention in the description that your pull request should be be backported to the "
+ releaseInformation.getBranch() + " branch as " + releaseInformation.getBranch()
+ " has already been branched, given it is a LTS.\n");
}
Expand Down

0 comments on commit 812ecc3

Please sign in to comment.