-
Notifications
You must be signed in to change notification settings - Fork 0
28 lines (27 loc) · 946 Bytes
/
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
# Visit https://github.com/lowlighter/metrics/blob/master/action.yml for full reference
name: Metrics
on:
# Schedule updates
schedule: [{cron: "0 */12 * * *"}]
push: {branches: "master"}
jobs:
github-metrics:
runs-on: ubuntu-latest
steps:
- uses: lowlighter/metrics@latest
with:
# You'll need to setup a personal token in your secrets.
token: ${{ secrets.METRICS }}
# GITHUB_TOKEN is a special auto-generated token used for commits
committer_token: ${{ secrets.GITHUB_TOKEN }}
# Options
user: femaffezzolli
template: classic
base: header, activity, metadata, repositories, community
plugin_lines: yes
plugin_stargazers: yes
config_timezone: america/sao_paulo
plugin_followup: yes
plugin_isocalendar: yes
plugin_isocalendar_duration: full-year
plugin_languages: yes