We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6820337 commit c952c60Copy full SHA for c952c60
.maintenance/src/GitHub.php
@@ -283,14 +283,12 @@ public static function delete_label(
283
*
284
* @param string $project
285
* @param integer $milestone_id
286
- * @param bool $only_merged
287
288
* @return array
289
*/
290
public static function get_project_milestone_pull_requests(
291
$project,
292
- $milestone_id,
293
- $only_merged = true
+ $milestone_id
294
) {
295
$request_url = sprintf(
296
self::API_ROOT . 'repos/%s/issues',
0 commit comments