feat(plugins/repositories): add plugin_repositories_forks option (#1205) [skip ci]

This commit is contained in:
Simon Lecoq
2022-08-28 12:55:02 -04:00
committed by GitHub
parent 77dfb2ae7e
commit 996913ee47
5 changed files with 13 additions and 4 deletions

View File

@@ -5,6 +5,7 @@ query RepositoriesRandom {
first: 100
privacy: PUBLIC
$affiliations
$forks
) {
nodes {
nameWithOwner

View File

@@ -5,6 +5,7 @@ query RepositoriesStarred {
first: $limit
privacy: PUBLIC
$affiliations
$forks
) {
nodes {
nameWithOwner