Make repositories_affiliations support arrays, and use both affiliations and affiliationsOwner in queries #232
This commit is contained in:
@@ -34,14 +34,15 @@ inputs:
|
||||
type: boolean
|
||||
default: no
|
||||
|
||||
# Filter repositories by user affiliations
|
||||
# Filter repositories by user affiliations (you can specify multiple affiliations constraints)
|
||||
# Set to "" to use all repositories related to you
|
||||
# Note that it may affect some plugin outputs (broad affiliations will result in less representative metrics)
|
||||
repositories_affiliations:
|
||||
description: Repositories affiliations
|
||||
type: string
|
||||
type: array
|
||||
format: comma-separated
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user