Skip to content

Commit 08f2137

Browse files
authored
Include closed projects
to support memex migrations
1 parent 071070a commit 08f2137

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/octokit/ProjectsOctoKit.ts

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ export class ProjectsOctoKit extends OctoKitBase {
5454
accept: 'application/vnd.github.inertia-preview+json',
5555
owner: repo.owner,
5656
repo: repo.repo,
57+
state: 'all',
5758
per_page: 100,
5859
});
5960

0 commit comments

Comments
 (0)