Add repositories_skipped option (#251)

This commit is contained in:
Simon Lecoq
2021-04-22 13:56:26 +02:00
committed by GitHub
parent 41d03c0205
commit a92243854a
5 changed files with 17 additions and 1 deletions

View File

@@ -36,4 +36,5 @@ These are all enabled by default, but you can explicitely opt out from them.
repositories: 100 # Query only last 100 repositories
repositories_forks: no # Don't include forks
repositories_affiliations: owner, collaborator # Display only repositories where user is owner or collaborator
repositories_skipped: lowlighter/lowlighter # Exclude automatically "lowlighter/lowlighter" repository from plugins allowing a skip list
```