Skip to content

Commit 1d9b00f

Browse files
Nyholmweaverryan
authored andcommitted
Update wording on the "squash" message
1 parent f285645 commit 1d9b00f

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)