From 1636f968e21e4bd5bf7c4693cbebd85fa841fea2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Mar 2021 19:23:50 +0000 Subject: [PATCH] Auto-regenerate files --- README.md | 87 ++++++++++++++++++++++------------------ action.yml | 25 ++++++++++++ settings.example.json | 3 ++ source/plugins/README.md | 1 + 4 files changed, 77 insertions(+), 39 deletions(-) diff --git a/README.md b/README.md index 91e34cf0..4c3cf447 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ And you can customize these heavily with plugins, templates and hundreds of opti
| - 🧩 25 plugins + 🧩 26 plugins | |||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 🎭 Comment reactions | 🌇 GitHub Skyline 3D calendar | -✨ Stargazers over last weeks | |||||||||||||||||||||||||||
|
+ |
|
+ ||||||||||||||||||||||||||||
| ✨ Stargazers over last weeks | +🌟 Recently starred repositories | +||||||||||||||||||||||||||||
|
|
- |||||||||||||||||||||||||||||
| 🌟 Recently starred repositories | -📌 Starred topics | -||||||||||||||||||||||||||||
|
|
+ |||||||||||||||||||||||||||||
| 📌 Starred topics | +🧮 Repositories traffic | +||||||||||||||||||||||||||||
Mastered and known technologies version@@ -177,15 +187,15 @@ And you can customize these heavily with plugins, templates and hundreds of opti |
- |||||||||||||||||||||||||||||
| 🧮 Repositories traffic | -🌸 Anilist watch list and reading list | -||||||||||||||||||||||||||||
|
|
+ |||||||||||||||||||||||||||||
| 🌸 Anilist watch list and reading list | +🎼 Music plugin | +||||||||||||||||||||||||||||
Manga version@@ -196,12 +206,6 @@ And you can customize these heavily with plugins, templates and hundreds of opti |
- |||||||||||||||||||||||||||||
| 🎼 Music plugin | -⏱️ Website performances | -||||||||||||||||||||||||||||
🎼 Favorite tracks version |
+ |||||||||||||||||||||||||||||
| ⏱️ Website performances | +✒️ Recent posts | +||||||||||||||||||||||||||||
Detailed version@@ -221,12 +231,6 @@ And you can customize these heavily with plugins, templates and hundreds of opti |
- |||||||||||||||||||||||||||||
| ✒️ Recent posts | -🗨️ Stackoverflow plugin | -||||||||||||||||||||||||||||
With posts descriptions and cover images version@@ -234,16 +238,16 @@ And you can customize these heavily with plugins, templates and hundreds of opti |
+ |||||||||||||||||||||||||||||
| 🗨️ Stackoverflow plugin | +🐤 Latest tweets | +||||||||||||||||||||||||||||
|
|
- |||||||||||||||||||||||||||||
| 🐤 Latest tweets | -⏰ WakaTime plugin | -||||||||||||||||||||||||||||
With tweets attachments version@@ -251,21 +255,20 @@ And you can customize these heavily with plugins, templates and hundreds of opti |
+ |||||||||||||||||||||||||||||
| ⏰ WakaTime plugin | +💉 Nightscout | +||||||||||||||||||||||||||||
|
|
- |||||||||||||||||||||||||||||
| 💉 Nightscout | -- | ||||||||||||||||||||||||||||
|
|
- |||||||||||||||||||||||||||||
| @@ -606,6 +609,7 @@ https://my-personal-domain.com/my-github-user?base=0&base.repositories=1 | 👨💻 | 🧑🤝🧑 | 🗂️ | +🎭 | 🌇 | ✨ | 🌟 | @@ -635,6 +639,7 @@ https://my-personal-domain.com/my-github-user?base=0&base.repositories=1✔️ | ✔️ | ✔️ | +✔️ | ✔️ | ✔️ | ✔️ | @@ -664,6 +669,7 @@ https://my-personal-domain.com/my-github-user?base=0&base.repositories=1✔️ | ✔️ | ✔️ | +❌ | ❌ | ✔️ | ❌ | @@ -693,6 +699,7 @@ https://my-personal-domain.com/my-github-user?base=0&base.repositories=1✔️ | ❌ | ❌ | +❌ | ❌ | ❌ | ❌ | @@ -740,6 +747,7 @@ See their respective documentation for more informations about how to setup them * [👨💻 Lines of code changed](/source/plugins/lines/README.md) * [🧑🤝🧑 People plugin](/source/plugins/people/README.md) * [🗂️ Active projects](/source/plugins/projects/README.md) + * [🎭 Comment reactions](/source/plugins/reactions/README.md) * [🌇 GitHub Skyline 3D calendar](/source/plugins/skyline/README.md) * [✨ Stargazers over last weeks](/source/plugins/stargazers/README.md) * [🌟 Recently starred repositories](/source/plugins/stars/README.md) @@ -844,5 +852,6 @@ Copyright (c) 2020 lowlighter * [ankurparihar/readme-pagespeed-insights](https://github.com/ankurparihar/readme-pagespeed-insights) * [jasonlong/isometric-contributions](https://github.com/jasonlong/isometric-contributions) * [jamesgeorge007/github-activity-readme](https://github.com/jamesgeorge007/github-activity-readme) +* [vvo/sourcekarma](https://github.com/vvo/sourcekarma) diff --git a/action.yml b/action.yml index 6e893686..927f37ab 100644 --- a/action.yml +++ b/action.yml @@ -473,6 +473,31 @@ inputs: description: Display projects descriptions default: no + # ==================================================================================== + # 🎭 Comment reactions + + # Enable or disable plugin + plugin_reactions: + description: Display average issue comments reactions + default: no + + # Maximum number of issue comments to parse + # Issues will be fetched before issues comments + plugin_reactions_limit: + description: Maximum number of issue comments to parse + default: 200 + + # Filter reactions by issue comments age + # Set to 0 to disable age filtering + plugin_reactions_days: + description: Maximum issue comments age + default: 0 + + # Additional details + plugin_reactions_details: + description: Additional details + default: none + # ==================================================================================== # 🌇 GitHub Skyline 3D calendar diff --git a/settings.example.json b/settings.example.json index a405e413..0847a342 100644 --- a/settings.example.json +++ b/settings.example.json @@ -62,6 +62,9 @@ "projects":{ "enabled": false, "//": "Display active projects" }, + "reactions":{ + "enabled": false, "//": "Display average issue comments reactions" + }, "skyline":{ "enabled": false, "//": "Display GitHub Skyline 3D calendar" }, diff --git a/source/plugins/README.md b/source/plugins/README.md index f19d547b..9f4fcb32 100644 --- a/source/plugins/README.md +++ b/source/plugins/README.md @@ -19,6 +19,7 @@ See their respective documentation for more informations about how to setup them * [👨💻 Lines of code changed](/source/plugins/lines/README.md) * [🧑🤝🧑 People plugin](/source/plugins/people/README.md) * [🗂️ Active projects](/source/plugins/projects/README.md) + * [🎭 Comment reactions](/source/plugins/reactions/README.md) * [🌇 GitHub Skyline 3D calendar](/source/plugins/skyline/README.md) * [✨ Stargazers over last weeks](/source/plugins/stargazers/README.md) * [🌟 Recently starred repositories](/source/plugins/stars/README.md)|