mirror of
https://github.com/domfelipe/domfelipe.git
synced 2026-08-07 09:16:45 +00:00
35 lines
831 B
YAML
35 lines
831 B
YAML
name: Metrics
|
|
|
|
on:
|
|
schedule:
|
|
- cron: '0 0 * * *'
|
|
workflow_dispatch:
|
|
|
|
permissions:
|
|
contents: write
|
|
|
|
jobs:
|
|
metrics:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: lowlighter/metrics@master
|
|
with:
|
|
token: ${{ secrets.METRICS_TOKEN }}
|
|
committer_token: ${{ secrets.METRICS_TOKEN }}
|
|
|
|
plugin_isocalendar: yes
|
|
plugin_isocalendar_limit: 52
|
|
plugin_isocalendar_sections: commits,issues,prs,reviews,stars,forks,clones,views
|
|
|
|
plugin_languages: yes
|
|
plugin_languages_limit: 5
|
|
plugin_languages_colors: '#4584b6,#ffdf5d,#616163,#4e8e4e,#356862,#e38844'
|
|
|
|
plugin_achievements: no
|
|
plugin_activity: no
|
|
plugin_posts: no
|
|
plugin_rss: no
|
|
|
|
template: classic
|
|
|
|
plugins_errors_fatal: no
|