-
-
Notifications
You must be signed in to change notification settings - Fork 7
41 lines (39 loc) · 1.4 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
name: Metrics
on:
# Schedule updates
schedule: [{cron: "0 * * * *"}]
push: {branches: "master"}
jobs:
github-metrics:
runs-on: ubuntu-latest
steps:
- uses: lowlighter/metrics@latest
with:
# You'll need to setup a personal token in your secrets.
token: ${{ secrets.METRICS_TOKEN }}
# GITHUB_TOKEN is a special auto-generated token used for commits
committer_token: ${{ secrets.GITHUB_TOKEN }}
# Options
user: injoon5
template: classic
base: header, activity, community, repositories, metadata
config_timezone: Asia/Seoul
plugin_followup: yes
plugin_isocalendar: yes
plugin_isocalendar_duration: full-year
plugin_languages: yes
plugin_stars: yes
plugin_stars_limit: 1
plugin_people: yes
plugin_people_limit: 10
plugin_people_size: 60
plugin_people_thanks: NotANumber-1, rnaudah
plugin_people_types: followers, following, thanks
plugin_lines: yes
plugin_habits_from: 200 # Use 200 events to compute habits
plugin_habits_days: 14 # Keep only events from last 14 days
plugin_habits_facts: yes # Display facts section
plugin_habits_charts: yes
plugin_topics: yes
plugin_topics_sort: stars
plugin_topics_limit: 10