-
Notifications
You must be signed in to change notification settings - Fork 1
38 lines (35 loc) · 1.18 KB
/
metrics.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
name: Metrics
on:
schedule:
- cron: 0 */12 * * *
workflow_dispatch:
jobs:
github-metrics:
name: Create metrics image
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: lowlighter/metrics@latest
with:
filename: .github/metrics.svg
token: ${{ secrets.METRICS_TOKEN }}
user: ${{ github.repository_owner }}
template: classic
base: 'header, activity, repositories, metadata'
config_timezone: America/Denver
plugin_languages: yes
plugin_languages_analysis_timeout: 15
plugin_languages_categories: programming
plugin_language_colors: github
plugin_languages_ignored: >-
html, css, tex, less, dockerfile, makefile, qmake, lex, cmake, shell,
gnuplot, toml
plugin_languages_sections: most-used, recently-used
plugin_languages_details: bytes-size, percentage
plugin_languages_limit: 8
plugin_languagesa_indepth: yes
plugin_languages_threshold: 2%
plugin_languages_recent_days: 14
plugin_languages_recent_load: 1000