feat: replace Star History with Repo Growth

This commit is contained in:
MacRimi
2026-07-22 19:54:05 +02:00
parent 807edc5700
commit 06b546427b
4 changed files with 131 additions and 2 deletions

26
.github/workflows/repo-growth.yml vendored Normal file
View File

@@ -0,0 +1,26 @@
name: Update project growth
on:
schedule:
- cron: "17 4 * * *"
workflow_dispatch:
permissions:
contents: write
concurrency:
group: repo-growth
cancel-in-progress: false
jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: MacRimi/repo-growth@v1
with:
title: ProxMenux growth
output: images/project-growth.svg
history: .github/repo-growth/history.json
metrics: stars,forks
layout: dashboard