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
Note that the plugin names sometimes diverge from the plugin slugs due to scope changes. For example, a plugin's purpose may change as some of its features are merged into WordPress core.
* @return {Promise<OktokitIssuesListMilestonesForRepoResponseItem|void>} Promise resolving to milestone, if exists.
17
+
* @return {Promise<import('@octokit/rest').RestEndpointMethodTypes['issues']['listMilestones']['response']['data'][0]|void>} Promise resolving to milestone, if exists.
* @return {Promise<IssuesListForRepoResponseItem[]>} Promise resolving to pull
52
-
* requests for the given
53
-
* milestone.
48
+
* @return {Promise<import('@octokit/rest').RestEndpointMethodTypes['issues']['listForRepo']['response']['data']>} Promise resolving to pull requests for the given milestone.
54
49
*/
55
50
asyncfunctiongetIssuesByMilestone(
56
51
octokit,
@@ -70,14 +65,8 @@ async function getIssuesByMilestone(
0 commit comments