-
Notifications
You must be signed in to change notification settings - Fork 0
55 lines (54 loc) · 2.04 KB
/
metrics.yaml
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Visit https://github.com/lowlighter/metrics/blob/master/action.yml for full reference
name: Metrics
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)
# - repo
# 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: MineralsCloud
template: classic
base: header, activity, community, repositories
config_timezone: America/New_York
repositories_forks: true
plugin_achievements: no
plugin_achievements_display: compact
plugin_achievements_secrets: yes
plugin_achievements_threshold: C
plugin_followup: yes
plugin_followup_sections: repositories
plugin_followup_indepth: yes
plugin_habits: no
plugin_habits_days: 14
plugin_habits_facts: yes
plugin_habits_from: 200
plugin_introduction: yes
plugin_introduction_title: yes
plugin_languages: yes
plugin_languages_analysis_timeout: 15
plugin_languages_categories: markup, programming
plugin_languages_colors: github
plugin_languages_limit: 30
plugin_languages_recent_categories: markup, programming
plugin_languages_recent_days: 14
plugin_languages_recent_load: 300
plugin_languages_sections: most-used
plugin_languages_threshold: 0%
plugin_traffic: yes
config_padding: 0, 8 + 15%