Skip to content

Commit cab488f

Browse files
authored
Merge pull request #40 from cmbrose/patch-1
Include closed projects in projects list
2 parents 071070a + 08f2137 commit cab488f

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)