Skip to content

Commit

Permalink
Merge pull request #40 from cmbrose/patch-1
Browse files Browse the repository at this point in the history
Include closed projects in projects list
  • Loading branch information
cmbrose committed Jun 28, 2021
2 parents 071070a + 08f2137 commit cab488f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/octokit/ProjectsOctoKit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ export class ProjectsOctoKit extends OctoKitBase {
accept: 'application/vnd.github.inertia-preview+json',
owner: repo.owner,
repo: repo.repo,
state: 'all',
per_page: 100,
});

Expand Down

0 comments on commit cab488f

Please sign in to comment.