-
Notifications
You must be signed in to change notification settings - Fork 1
40 lines (34 loc) · 1.12 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 daily updates
schedule: [{ cron: "0 0 * * *" }]
workflow_dispatch:
# (optional) Run workflow when pushing on master/main
push: { branches: ["master", "main"] }
jobs:
github-metrics:
runs-on: ubuntu-latest
steps:
- uses: lowlighter/metrics@latest
with:
token: ${{ secrets.METRICS_TOKEN }}
user: indieminimalist
config_timezone: America/New_York
committer_message: "chore: update metrics"
template: classic
base: header, activity, community, repositories, metadata
plugin_introduction: yes
plugin_isocalendar: yes
plugin_isocalendar_duration: full-year
plugin_languages: yes
plugin_languages_details: bytes-size, percentage
plugin_calendar: yes
plugin_calendar_limit: 5
plugin_habits: yes
plugin_habits_facts: yes
plugin_habits_charts: yes
plugin_stargazers: yes
plugin_stargazers_charts_type: chartist
plugin_topics: yes
plugin_topics_limit: 0
plugin_topics_mode: icons