Feat notable options (#240)

This commit is contained in:
Simon Lecoq
2021-04-18 20:19:39 +02:00
committed by GitHub
parent cbd119215e
commit 32b61f0b70
8 changed files with 67 additions and 36 deletions

View File

@@ -10,4 +10,19 @@ inputs:
plugin_notable:
description: Display notable contributions in organizations
type: boolean
default: no
# Query filter
# Based on GitHub search notation
# Supported fields are "stars", "forks" and "watchers"
plugin_notable_filter:
description: Query filter
type: string
default: ""
example: stars:>500 forks:>100
# Also display repository name along with organization name
plugin_notable_repositories:
description: Also display repository name
type: boolean
default: no