-
-
Notifications
You must be signed in to change notification settings - Fork 0
114 lines (96 loc) · 3.78 KB
/
Copy pathmetrics.yml
File metadata and controls
114 lines (96 loc) · 3.78 KB
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
# Visit https://github.com/lowlighter/metrics/blob/master/action.yml for full reference
# credits to @SaicharanKandukuri & Me
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
token: ${{ secrets.METRICS_TOCKEN }}
# Options
user: Ayon-SSP
template: classic
base: header, activity, community, repositories, metadata
config_timezone: Asia/Calcutta
# 🙋 Introduction
plugin_introduction: yes
plugin_introduction_title: yes
# 🏆 Achievements
plugin_achievements: yes
plugin_achievements_threshold: C
# 🈷️ Languages activity
plugin_languages: yes
plugin_languages_limit: 10
plugin_languages_other: yes
plugin_languages_details: bytes-size, lines
plugin_languages_indepth: yes
# plugin_languages_skipped: lowlighter/metrics
# plugin_languages_ignored: jupyter notebook
# html, css, tex, less, dockerfile, makefile, qmake, lex, cmake, shell,
# gnuplot
# plugin_languages_categories: most-used
# plugin_languages_sections: most-used
# ♐ Random code snippet
plugin_code: yes
plugin_code_languages: python, php
# 🌇 GitHub Skyline
plugin_skyline: yes
plugin_skyline_year: 2022
plugin_skyline_frames: 6
plugin_skyline_quality: 1
plugin_skyline_settings: |
{
"url": "https://honzaap.github.io/GithubCity?name=${login}&year=${year}",
"ready": "[...document.querySelectorAll('.display-info span')].map(span => span.innerText).includes('${login}')",
"wait": 4,
"hide": ".github-corner, .footer-link, .buttons-options, .mobile-rotate, .display-info span:first-child"
}
# 🎟️ Follow-up of issues and pull requests
plugin_followup: yes
plugin_followup_indepth: yes
# 🗳️ Leetcode
plugin_leetcode: yes
plugin_leetcode_user : ayon_ssp
plugin_leetcode_sections: solved, skills, recent
# 🐤 Latest tweets
plugin_tweets: yes
plugin_tweets_token: ${{ secrets.TWITTER_TOKEN }}
plugin_tweets_user: ayonssp
plugin_tweets_attachments: yes
# 👨💻 Lines of code changed
plugin_lines: yes
plugin_lines_sections: repositories
# plugin_lines_sections: base # only in the top
plugin_lines_repositories_limit: 4
plugin_lines_history_limit: 10
# 📌 Starred topics
plugin_topics: yes
plugin_topics_limit: 0
plugin_topics_mode: icons
# 🌟 Recently starred repositories
plugin_stars: yes
plugin_stars_limit: 3
# 🧑🤝🧑 People
plugin_people: yes
plugin_people_types: followers
plugin_people_limit: 100
# 📓 Featured repositories
plugin_repositories: yes
plugin_repositories_pinned: 2
# 🥠 Fortune
plugin_fortune: yes
# ⏰ WakaTime
plugin_wakatime: yes
plugin_wakatime_token: ${{ secrets.WAKATIME_TOKEN }}
plugin_wakatime_sections: time, languages, languages-graphs, projects, projects-graphs, editors, os, os-graphs, editors-graphs
plugin_wakatime_days: 365
# 🎫 Gists
plugin_gists: yes