feat(plugins/notable): add support for plugin_notable_from to display contributions from repositories hosted by user accounts (#560)

This commit is contained in:
Simon Lecoq
2021-10-08 17:12:42 -04:00
committed by GitHub
parent 67da0b8c0f
commit 75be173cc1
5 changed files with 37 additions and 18 deletions

View File

@@ -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