feat: update profile readme #845
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Metrics | |
on: | |
schedule: | |
- cron: "0 0 * * *" | |
push: | |
branches: | |
- main | |
- master | |
- feat/* | |
jobs: | |
github-metrics: | |
runs-on: ubuntu-latest | |
permissions: | |
contents: write | |
pull-requests: write | |
steps: | |
- uses: lowlighter/metrics@latest | |
# Update metrics display on the front page. | |
# Ref: https://github.com/lowlighter/metrics | |
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 }} | |
filename: PROFILE/github-metrics.svg | |
user: pact-foundation | |
template: classic | |
# ReF: https://github.com/lowlighter/metrics/tree/master/source/plugins/core | |
config_display: regular | |
config_timezone: UTC | |
repositories_skipped: | | |
.github | |
docs.pact.io | |
pact.io | |
# Ref: https://github.com/lowlighter/metrics/blob/master/source/plugins/base/README.md | |
base: header, community, repositories, metadata | |
base_indepth: yes | |
repositories: 100 | |
# Ref: https://github.com/lowlighter/metrics/blob/master/source/plugins/people/README.md | |
plugin_people: yes | |
plugin_people_limit: 36 | |
plugin_people_types: members, contributors |