-
Notifications
You must be signed in to change notification settings - Fork 0
33 lines (29 loc) · 905 Bytes
/
metrics.yml
File metadata and controls
33 lines (29 loc) · 905 Bytes
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
name: Metrics
on:
# Schedule daily updates
schedule: [{cron: "0 0 * * *"}]
# (optional) Run workflow manually
workflow_dispatch:
# (optional) Run on master/main push
push: {branches: ["master", "main"]}
jobs:
github-metrics:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: lowlighter/metrics@latest
with:
token: ${{ secrets.GITHUB_TOKEN }}
# Options
user: TMHSDigital
template: classic
base: header, activity, community, repositories, metadata
config_timezone: America/New_York
# 1. 3D Calendar (The Centerpiece)
plugin_isocalendar: yes
plugin_isocalendar_duration: half-year
# 2. Code History
plugin_lines: yes
# Commit file generation
filename: github-metrics.svg