Skip to content

Contributions

Contributions #20515

Workflow file for this run

# Visit https://github.com/lowlighter/metrics/blob/master/action.yml for full reference
name: Contributions
on:
# Schedule updates (each hour)
schedule: [{cron: "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:
# Your GitHub token
# The following scopes are required:
# - public_access (default scope)
# The following additional scopes may be required:
# - read:org (for organization related metrics)
# - read:user (for user related data)
# - repo (optional, if you want to include private repositories)
token: ${{ secrets.METRICS_TOKEN }}
# Options
user: bloodf
template: classic
base: ""
filename: metrics.plugin.contributions.svg
config_timezone: America/Sao_Paulo
plugin_notable: yes
plugin_notable_from: all
plugin_notable_indepth: no
plugin_notable_repositories: no
plugin_notable_types: commit, pull_request, issue