actions-marketplace-validations/Repo-List-Generator

Generate repo list for user or organization.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
userSet up the user name to generate repository list. It can be user or organization. The 'owner/repository' will transform to 'owner'. no${{ github.repository }}
max_pageSet up maxPage for request to generate repository list. Default 100 repository per page can be fetched. no10
my_tokenSet up the personal access token (PAT). The PAT is used to generate repository list for user or organization. no${{ github.token }}
block_listSet up the block_list for repoList. The repositories in block_list will exclude in repository list. no""
allow_emptySet up whether allow empty repository for repoList. nofalse
allow_archivedSet up whether allow archived repository for repoList. notrue
namedescription
repoCurrent repository name.
repoListRepository list exclude private and fork. Public(source without private) and no fork.
repoList_ALLRepository list include private and fork. Source(public and private) and fork.
repoList_PRIVATERepository list include private. Source(public and private) and no fork.
repoList_FORKRepository list include fork. Public(source without private) and fork.
privateListPrivate repository list. Only private(fork can not be private).
forkListFork repository list. Only fork(private can not be fork).
emptyListEmpty repository list. Default exclude in each list.
archivedListArchived repository list. Default include in each list.