Skip to content

Commit 75270cf

Browse files
authored
Increase checkCount to 100 (#363)
1 parent 4bdd67a commit 75270cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pullRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ async function listPullRequests(ctx: GhContext): Promise<PullRequestInfo[]> {
115115
}
116116

117117
const pullRequestCount = 50
118-
const checkCount = 50
118+
const checkCount = 100
119119
const labelCount = 10
120120

121121
const pullRequestFragment = `

0 commit comments

Comments
 (0)