mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-20 19:42:17 +00:00
ci: self-host star history chart (#5001)
* ci: self-host star history chart * ci: use animated gradient star chart
This commit is contained in:
@@ -0,0 +1,25 @@
|
|||||||
|
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/star-history-action@71eb65f6d4798cf9de2549af1205e911555d0511 # v1.1.0
|
||||||
|
with:
|
||||||
|
github-token: ${{ github.token }}
|
||||||
|
output-branch: star-history
|
||||||
|
output-path: .
|
||||||
|
chart-style: gradient
|
||||||
|
animate: "true"
|
||||||
@@ -343,7 +343,10 @@ RustFS is a community-driven project, and we appreciate all contributions. Check
|
|||||||
|
|
||||||
## Star History
|
## Star History
|
||||||
|
|
||||||
[](https://www.star-history.com/#rustfs/rustfs&type=date&legend=top-left)
|
<picture>
|
||||||
|
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/rustfs/rustfs/star-history/star-history-dark.svg">
|
||||||
|
<img src="https://raw.githubusercontent.com/rustfs/rustfs/star-history/star-history-light.svg" alt="RustFS star history chart">
|
||||||
|
</picture>
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|||||||
+4
-1
@@ -252,7 +252,10 @@ RustFS 是一个社区驱动的项目,我们感谢所有的贡献。请查看
|
|||||||
|
|
||||||
## Star 历史
|
## Star 历史
|
||||||
|
|
||||||
[](https://www.star-history.com/#rustfs/rustfs&type=date&legend=top-left)
|
<picture>
|
||||||
|
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/rustfs/rustfs/star-history/star-history-dark.svg">
|
||||||
|
<img src="https://raw.githubusercontent.com/rustfs/rustfs/star-history/star-history-light.svg" alt="RustFS Star 历史图表">
|
||||||
|
</picture>
|
||||||
|
|
||||||
## 许可证
|
## 许可证
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user