mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2026-08-01 13:26:21 +00:00
27 lines
515 B
YAML
27 lines
515 B
YAML
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
|