Skip to content

Include languages for private organization repos? #190

Locked Answered by lowlighter
thorpelawrence asked this question in Q&A
Discussion options

You must be logged in to vote

Hello!

Yes, you can set the repositories_affiliations option:

# Filter repositories by user affiliations
# Note that it may affect some plugin outputs (broad affiliations will result in less representative metrics)
repositories_affiliations:
description: Repositories affiliations
type: string
default: owner
values:
- "" # Use all repositories related to you
- owner # Use repositories you own
- collaborator # Use repositories you have contributed too
- organization_member # Use repositories where you're an organization member

Using "" on it will remove enti…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@thorpelawrence
Comment options

@Napolitain
Comment options

@thorpelawrence
Comment options

Answer selected by thorpelawrence
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment