← Back to plugins index | |
This plugin can display relationships with users, such as followers, sponsors, contributors, stargazers, watchers, members, etc. | |
This plugin is not affiliated, associated, authorized, endorsed by, or in any way officially connected with GitHub. All product and company names are trademarks™ or registered® trademarks of their respective holders. | |
Supported features → Full specification |
📗 Classic template 📘 Repository template |
👤 Users 👥 Organizations 📓 Repositories |
|
🔑 (scopeless) read:org (optional) read:user (optional) read:packages (optional) repo (optional) |
|
Option | Description |
Enable people plugin |
|
type: boolean
default: no |
|
Display limit |
|
type: number
(0 ≤
𝑥)
zero behaviour: disable default: 24 |
|
Force identicons pictures Can be used to mask profile pictures for privacy |
|
type: boolean
default: no |
|
Hide identicons pictures Can be used to mask users without a personal profile picture. When used with |
|
type: boolean
default: no |
|
Profile picture display size |
|
type: number
(8 ≤
𝑥
≤ 64)
default: 28 |
|
Displayed sections User and organization accounts support the following values:
Repositories support the following values:
Specified order is honored |
|
type: array
(comma-separated)
default: followers, following allowed values:
|
|
Special thanks Can be used to thank specific users |
|
⏯️ Cannot be preset type: array
(comma-separated)
|
|
Custom sponsors This list can be used to add users from unsupported GitHub sponsors sources.
The option |
|
⏯️ Cannot be preset type: array
(comma-separated)
|
|
Shuffle data Can be used to create varied outputs
This will fetch additional data (10 times |
|
type: boolean
default: no |
name: Followers
uses: lowlighter/metrics@latest
with:
filename: metrics.plugin.people.followers.svg
token: ${{ secrets.METRICS_TOKEN }}
base: ""
plugin_people: yes
plugin_people_types: followers
name: Contributors and sponsors
uses: lowlighter/metrics@latest
with:
filename: metrics.plugin.people.repository.svg
token: ${{ secrets.METRICS_TOKEN }}
base: ""
template: repository
repo: metrics
plugin_people: yes
plugin_people_types: contributors, stargazers, watchers, sponsors