-
Notifications
You must be signed in to change notification settings - Fork 0
37 lines (37 loc) · 1.06 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
name: Metrics
on:
schedule: [{cron: "0 0 * * *"}]
workflow_dispatch:
push: { branches: ["master"] }
jobs:
github-metrics:
runs-on: ubuntu-latest
environment:
name: production
permissions:
contents: write
steps:
- name: Main
uses: lowlighter/metrics@latest
with:
filename: .github/metrics/classic.svg
token: ${{ secrets.METRICS_TOKEN }}
base: header, repositories
plugin_lines: yes
- name: Half-year calendar
uses: lowlighter/metrics@latest
with:
filename: .github/metrics/isocalendar.svg
token: ${{ secrets.METRICS_TOKEN }}
base: ""
plugin_isocalendar: yes
- name: Indepth analysis
uses: lowlighter/metrics@latest
with:
filename: .github/metrics/languages.svg
token: ${{ secrets.METRICS_TOKEN }}
base: ""
plugin_languages: yes
plugin_languages_ignored: >-
html, css, tex, less, dockerfile, makefile, qmake, lex, cmake, yaml,
gnuplot