feat(plugins/notable): add support for plugin_notable_from to display contributions from repositories hosted by user accounts (#560)
This commit is contained in:
@@ -21,7 +21,18 @@ inputs:
|
||||
default: ""
|
||||
example: stars:>500 forks:>100
|
||||
|
||||
# Filter repositories depending on which type of account it is hosted
|
||||
plugin_notable_from:
|
||||
description: Filter by repository host account type
|
||||
type: string
|
||||
default: organization
|
||||
values:
|
||||
- all #
|
||||
- organization # Only hosted by organization accounts
|
||||
- user # Only hosted by user accounts
|
||||
|
||||
# Also display repository name along with organization name
|
||||
# Note that repositories hosted by user account will always be displayed fully
|
||||
plugin_notable_repositories:
|
||||
description: Also display repository name
|
||||
type: boolean
|
||||
|
||||
Reference in New Issue
Block a user