Skip to content

Commit 770bfd2

Browse files
committed
Update definitions
1 parent df7594f commit 770bfd2

File tree

5 files changed

+208
-94691
lines changed

5 files changed

+208
-94691
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,3 +160,12 @@ jobs:
160160
plugins_errors_fatal: yes
161161
dryrun: yes
162162

163+
- name: Gists plugin
164+
uses: lowlighter/metrics@master
165+
with:
166+
token: ${{ secrets.METRICS_TOKEN }}
167+
base: ""
168+
repositories: 1
169+
plugin_gists: yes
170+
plugins_errors_fatal: yes
171+
dryrun: yes

README.md

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ But there's more with [plugins](https://github.com/lowlighter/metrics/tree/maste
1414
| **Most used languages plugin** | **Follow-up plugin** | **Coding Habits plugin** |
1515
|[<img src="https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.languages.svg" alt="" width="240">](https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.languages.svg)|[<img src="https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.followup.svg" alt="" width="240">](https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.followup.svg)|[<img src="https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.habits.svg" alt="" width="240">](https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.habits.svg)|
1616
| **Repositories traffic plugin** | **Lines of code plugin** | **Recent posts plugin** |
17-
|[<img src="https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.traffic.svg" alt="" width="240">](https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.traffic.svg)|[<img src="https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.lines.svg" alt="" width="240">](https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.lines.svg)| [<img src="https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.posts.svg" alt="" width="240">](https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.posts.svg) |
18-
| **Isometric calendar plugin** | |
19-
|[<img src="https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.isocalendar.svg" alt="" width="240">](https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.isocalendar.svg) | More to come soon ! |
17+
|[<img src="https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.traffic.svg" alt="" width="240">](https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.traffic.svg)|[<img src="https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.lines.svg" alt="" width="240">](https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.lines.svg)| [<img src="https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.posts.svg" alt="" width="240">](https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.posts.svg)|
18+
| **Isometric calendar plugin** | **Gists metrics** | |
19+
|[<img src="https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.isocalendar.svg" alt="" width="240">](https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.isocalendar.svg)|[<img src="https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.gists.svg" alt="" width="240">](https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.gists.svg)| More to come soon ! |
2020

2121
| Classic template | Terminal template | |
2222
| :----------------: | :----------------: | :----------------: |
@@ -677,6 +677,27 @@ Add the following to your workflow :
677677

678678
</details>
679679

680+
#### 🎫 Gists
681+
682+
The *gists* plugin allows you to display [gists](https://gist.github.com) metrics.
683+
684+
![Gists plugin](https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.gists.svg)
685+
686+
<details>
687+
<summary>💬 About</summary>
688+
689+
It will consume an additional GitHub request per gist fetched.
690+
691+
Add the following to your workflow :
692+
```yaml
693+
- uses: lowlighter/metrics@latest
694+
with:
695+
# ... other options
696+
plugin_gists: yes
697+
```
698+
699+
</details>
700+
680701
#### ⏭️ Selfskip
681702

682703
The *selfskip* plugin allows you to count out all commits tagged with `[Skip GitHub Action]` you authored on your personal repository from your reported commit counts.

action/dist/index.js

Lines changed: 68 additions & 94570 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)