Skip to content

Commit e68c419

Browse files
committed
remove potenial for accidental linkage
1 parent d39c433 commit e68c419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/missing-documentation-reminder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
3636
const { data: { items: pullRequests } } = await github.rest.search.issuesAndPullRequests({
3737
q: encodedQuery,
38-
per_page: 100
38+
per_page: 1
3939
});
4040
4141
console.log(pullRequests)

0 commit comments

Comments
 (0)