mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-18 18:46:17 +00:00
27 lines
536 B
YAML
27 lines
536 B
YAML
name: Star History
|
|
|
|
on:
|
|
schedule:
|
|
- cron: "17 3 * * *"
|
|
workflow_dispatch:
|
|
|
|
permissions:
|
|
contents: write
|
|
|
|
concurrency:
|
|
group: star-history
|
|
cancel-in-progress: false
|
|
|
|
jobs:
|
|
update:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: overtrue/repo-visuals-action@fc2347f1df64da7122b0775b3f20083d7f7294dd # v1.2.1
|
|
with:
|
|
github-token: ${{ github.token }}
|
|
output-branch: star-history
|
|
output-path: .
|
|
chart-style: gradient
|
|
animate: "true"
|
|
contributors: "true"
|