People plugin : repository template support (#78)

This commit is contained in:
Simon Lecoq
2021-01-25 22:08:29 +01:00
committed by GitHub
parent c075d49e76
commit 4879ed0136
14 changed files with 343 additions and 63 deletions

View File

@@ -469,13 +469,29 @@ inputs:
default: 28
# List of users categories to display (comma separated)
# Supported values are:
# For user's metrics, supported values are:
# - "followers"
# - "following"
# - "following"/"followed"
# - "sponsors"/"sponsorshipsAsMaintainer"
# - "sponsoring"/"sponsored"/"sponsorshipsAsSponsor"
# - "thanks" (see "plugin_people_thanks" below)
# For repositories' metrics, supported values are:
# - "contributors"
# - "stargazers"
# - "watchers"
# - "sponsors"/"sponsorshipsAsMaintainer"
# - "thanks" (see "plugin_people_thanks" below)
plugin_people_types:
description: Categories to display
default: followers, following
# List of users to thanks (comma seperated)
# When using "thanks" as a type, it'll display the users you listed in this option
# This can be used to create "Special thanks" badges that you can embed elsewhere
plugin_people_thanks:
description: Users to thanks in "thanks" section type
default: ""
# Display GitHub identicons instead of users' real avatar
# Mostly for privacy purposes
plugin_people_identicons: