We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99427cd commit 2078e29Copy full SHA for 2078e29
1 file changed
src/githubHelper.ts
@@ -152,11 +152,11 @@ export class GithubHelper {
152
const perPage = 100;
153
154
while (true) {
155
- await utils.sleep(this.delayInMs);
+ await utils.sleep(this.delayInMs);
156
const result = await this.githubApi.issues.listMilestones({
157
- owner: this.githubOwner,
158
- repo: this.githubRepo,
159
- state: 'all',
+ owner: this.githubOwner,
+ repo: this.githubRepo,
+ state: 'all',
160
per_page: perPage,
161
page,
162
});
0 commit comments