Skip to content

Metrics

Metrics #149

Workflow file for this run

# Visit https://github.com/lowlighter/metrics/blob/master/action.yml for full reference
name: Metrics
on:
# Schedule updates (once at midnight)
schedule: [{cron: "0 0 * * *"}]
# Lines below let you run workflow manually and on each commit
workflow_dispatch:
push: {branches: ["master", "main"]}
jobs:
github-metrics:
runs-on: ubuntu-latest
steps:
- uses: lowlighter/metrics@latest
with:
token: ${{ secrets.GITHUB_TOKEN }}
user: keploy
template: classic
base: header, activity, community, repositories, metadata
config_timezone: Asia/Calcutta
plugin_notable: yes
plugin_notable_from: organization
plugin_notable_repositories: yes
plugin_notable_types: commit
plugin_projects: yes
plugin_projects_limit: 4
plugin_sponsorships: yes
plugin_sponsorships_sections: amount, sponsorships
plugin_sponsorships_size: 24