You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Subscriber/CloseDraftPRSubscriber.php
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -41,8 +41,9 @@ public function onPullRequest(GitHubEvent $event)
41
41
42
42
$complement
43
43
44
-
Could you please click the "ready for review" button? Or maybe close this PR and open a new one when you are done.
45
-
Note that a pull request does not have to be "perfect" or "ready for merge" when you first open it, but it should be ready for a first review.
44
+
To help keep things organized, we don't allow "Draft" pull requests. Could you please click the "ready for review" button or close this PR and open a new one when you are done?
45
+
46
+
Note that a pull request does not have to be "perfect" or "ready for merge" when you first open it. We just want it to be ready for a first review.
0 commit comments