-
Notifications
You must be signed in to change notification settings - Fork 11
40 lines (38 loc) · 1.29 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
39
40
# Visit https://github.com/lowlighter/metrics/blob/master/action.yml for full reference
name: Metrics
on:
# Schedule updates (each hour)
schedule: [{cron: "*/5 * * * *"}]
# 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
token: ${{ secrets.METRICS_TOKEN }}
# Options
user: 2M4U
template: classic
base: header, activity, community, repositories, metadata
config_timezone: Europe/Bratislava
plugin_achievements: false
plugin_achievements_secrets: false
plugin_achievements_threshold: C
plugin_activity: false
plugin_activity_days: 14
plugin_activity_filter: all
plugin_activity_limit: 5
plugin_activity_visibility: all
plugin_gists: false
plugin_isocalendar: false
plugin_isocalendar_duration: half-year
plugin_languages: yes
plugin_languages_colors: github
plugin_languages_limit: 8
plugin_languages_threshold: 0%
plugin_projects: false
plugin_projects_limit: 4