Skip to content

Metrics

Metrics #568

Workflow file for this run

# Visit https://github.com/lowlighter/metrics/blob/master/action.yml for full reference
name: Metrics
on:
schedule: [{cron: "0 0 * * *"}]
# Lines below let you run workflow manually and on each commit
workflow_dispatch:
push:
paths:
- "**.yml"
jobs:
github-metrics:
name: "@ (ubuntu-on-android)"
runs-on: ubuntu-latest
steps:
- name: Contributors Stargazers
uses: lowlighter/metrics@latest
with:
filename: metrics.plugin.people.repository.svg
token: ${{ secrets.METRICS_TOKEN }}
base: ""
template: repository
user: RandomCoderOrg
repo: ubuntu-on-android
plugin_people: yes
plugin_people_limit: 30
plugin_people_types: contributors, stargazers, watchers