-
Notifications
You must be signed in to change notification settings - Fork 0
34 lines (33 loc) · 1.13 KB
/
profile-3d.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
# Visit https://github.com/lowlighter/metrics/blob/master/action.yml for full reference
name: Metrics
on:
# Schedule updates
schedule: [{cron: "0 */12 * * *"}]
push: {branches: "main"}
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 }}
# Options
user: r-iskey
template: classic
base: header
extras_js: |
document.querySelectorAll("h1")?.forEach(h1 => h1.remove())
config_order: base.header, languages, isocalendar, lines, stackoverflow
base_indepth: yes
plugin_lines: true
plugin_lines_sections: repositories
config_timezone: Asia/Yerevan
plugin_isocalendar: yes
plugin_isocalendar_duration: full-year
plugin_languages: yes
plugin_languages_ignored: php
plugin_languages_details: percentage
plugin_stackoverflow: yes
plugin_stackoverflow_user: 3049626
plugin_stackoverflow_limit: 1