mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2026-07-26 18:38:30 +00:00
feat: replace Star History with Repo Growth
This commit is contained in:
17
.github/repo-growth/history.json
vendored
Normal file
17
.github/repo-growth/history.json
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"version": 1,
|
||||
"repository": "MacRimi/ProxMenux",
|
||||
"updatedAt": "2026-07-22T17:52:52.038Z",
|
||||
"totals": {
|
||||
"downloads": 0
|
||||
},
|
||||
"assets": {},
|
||||
"points": [
|
||||
{
|
||||
"date": "2026-07-22",
|
||||
"stars": 2812,
|
||||
"forks": 148,
|
||||
"downloads": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
26
.github/workflows/repo-growth.yml
vendored
Normal file
26
.github/workflows/repo-growth.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user