22 lines
709 B
YAML
22 lines
709 B
YAML
- name: 🧑🤝🧑 People plugin - Followers
|
|
uses: lowlighter/metrics@latest
|
|
with:
|
|
token: MOCKED_TOKEN
|
|
plugin_people: 'yes'
|
|
plugin_people_types: followers
|
|
use_mocked_data: 'yes'
|
|
verify: 'yes'
|
|
- name: 🧑🤝🧑 People plugin - Contributors and sponsors
|
|
uses: lowlighter/metrics@latest
|
|
with:
|
|
token: MOCKED_TOKEN
|
|
template: repository
|
|
repo: metrics
|
|
plugin_people: 'yes'
|
|
plugin_people_types: contributors, stargazers, watchers, sponsors
|
|
plugin_people_sponsors_custom: >-
|
|
iamsainikhil, yutkat, KasparJohannesSchneider, ktnkk, tfSheol, haribo-io,
|
|
marcreichel, OmaarElAmri, naveensrinivasan
|
|
use_mocked_data: 'yes'
|
|
verify: 'yes'
|