Skip to content

Commit aad63d4

Browse files
committed
bug #177 Update wording on the "squash" message (Nyholm)
This PR was squashed before being merged into the master branch. Discussion ---------- Update wording on the "squash" message Make the message more clear. Commits ------- 1d9b00f Update wording on the "squash" message
2 parents f285645 + 1d9b00f commit aad63d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Subscriber/AllowEditFromMaintainerSubscriber.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function onPullRequest(GitHubEvent $event)
3636
$repository = $event->getRepository();
3737
$pullRequestNumber = $data['pull_request']['number'];
3838
$this->commentsApi->commentOnIssue($repository, $pullRequestNumber, <<<TXT
39-
Please note that you need squash your commits before this PR can be merged. The maintainer can also squash the commits for you, but then you need to “Allow edits from maintainer” (there is a checkbox in the sidebar of the PR).
39+
It looks like you unchecked the "Allow edits from maintainer" box. That is fine, but please note that if you have multiple commits, you'll need to squash your commits into one before this can be merged. Or, you can check the "Allow edits from maintainers" box and the maintainer can squash for you.
4040
4141
Cheers!
4242

0 commit comments

Comments
 (0)