Files
.profile/.github/workflows/blank.yml
T
2026-05-15 23:15:41 +03:00

57 lines
2.2 KiB
YAML

name: Metrics
on:
# Schedule updates (each hour)
schedule: [{cron: "0 * * * *"}]
# Lines below let you run workflow manually and on each commit
workflow_dispatch:
push: {branches: ["master", "main"]}
jobs:
github-metrics:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: lowlighter/metrics@latest
with:
# Your GitHub token
# The following scopes are required:
# - public_access (default scope)
# The following additional scopes may be required:
# - read:org (for organization related metrics)
# - read:user (for user related data)
# - read:packages (for some packages related data)
# - repo (optional, if you want to include private repositories)
token: ${{ secrets.METRICS_TOKEN }}
# Options
user: yawaflua
template: classic
base: header, activity, community, repositories, metadata
base_hireable: yes
base_indepth: yes
config_timezone: Asia/Jerusalem
plugin_languages: yes
plugin_languages_analysis_timeout: 15
plugin_languages_analysis_timeout_repositories: 7.5
plugin_languages_categories: markup, programming
plugin_languages_colors: github
plugin_languages_ignored: html, css, cmake
plugin_languages_indepth: yes
plugin_languages_indepth_custom: DITTeam/*, Diamonds-Studio/*, RoyalArena/*, sp-sale/*
plugin_languages_limit: 8
plugin_languages_other: yes
plugin_languages_recent_categories: markup, programming
plugin_languages_recent_days: 14
plugin_languages_recent_load: 300
plugin_languages_sections: most-used
plugin_languages_threshold: 0%
plugin_steam: yes
plugin_steam_achievements_limit: 2
plugin_steam_games_limit: 1
plugin_steam_playtime_threshold: 2
plugin_steam_recent_games_limit: 1
plugin_steam_sections: player, most-played, recently-played
plugin_steam_user: 76561198810888396
repositories_affiliations: owner, contributor
repositories_forks: yes