-
-
Notifications
You must be signed in to change notification settings - Fork 0
39 lines (38 loc) · 1.4 KB
/
github-stats.yml
File metadata and controls
39 lines (38 loc) · 1.4 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
# Visit https://github.com/lowlighter/metrics/blob/master/action.yml for full reference
name: 🙌 Metrics
on:
# Run daily at midnight
schedule: [{cron: "0 0 * * *"}]
# Lines below let you run workflow manually and on each commit
workflow_dispatch:
# Currently only want to run every hour.. Don't know how much this would eat away at my 'free' compute time.
# push: {branches: ["master", "main"]}
jobs:
github-metrics:
runs-on: ubuntu-latest
steps:
- uses: lowlighter/metrics@latest
with:
# Your GitHub token
token: ${{ secrets.GH_PROFILE }}
# Options
user: techdufus
template: classic
base: header, activity, community, repositories, metadata
config_timezone: America/Chicago
committer_message: "Generated new metrics for Profile: ${filename}"
committer_gist: "1eaef21799d1d62623cbfb229769d1c0"
output_action: "gist"
plugin_followup: yes
plugin_followup_sections: repositories
plugin_gists: yes
plugin_isocalendar: yes
plugin_isocalendar_duration: half-year
plugin_lines: yes
plugin_people: yes
plugin_people_limit: 24
plugin_people_size: 28
plugin_people_types: followers, following
plugin_sponsors: yes
plugin_sponsors_sections: goal, about
plugin_traffic: yes