We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 071070a commit 08f2137Copy full SHA for 08f2137
src/octokit/ProjectsOctoKit.ts
@@ -54,6 +54,7 @@ export class ProjectsOctoKit extends OctoKitBase {
54
accept: 'application/vnd.github.inertia-preview+json',
55
owner: repo.owner,
56
repo: repo.repo,
57
+ state: 'all',
58
per_page: 100,
59
});
60
0 commit comments