mirror of
https://github.com/AgentSeal/codeburn.git
synced 2026-08-20 22:14:36 +00:00
docs: add self-updating star history
This commit is contained in:
parent
b6b3c78811
commit
e4d7cf0f26
6 changed files with 43 additions and 0 deletions
29
.github/workflows/star-history.yml
vendored
Normal file
29
.github/workflows/star-history.yml
vendored
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
name: Star History
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "23 4 * * *"
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
concurrency:
|
||||
group: star-history
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
update:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
|
||||
# Pin the action to an immutable revision because this workflow grants
|
||||
# write access to the repository.
|
||||
- uses: narayann7/star-history-action@a68d8f9d67ca20d55b682a264e69152dcf326e9c
|
||||
with:
|
||||
repos: getagentseal/codeburn
|
||||
output-dir: assets/star-history
|
||||
type: Date
|
||||
themes: light,dark
|
||||
width: "960"
|
||||
11
README.md
11
README.md
|
|
@ -736,6 +736,17 @@ Sponsoring as a team or company? Your logo lands right here, in front of every d
|
|||
<a href="https://github.com/sponsors/iamtoruk"><img src="https://img.shields.io/badge/Sponsor_CodeBurn-♥-F97316?style=for-the-badge&logo=github&labelColor=1a1a1a" alt="Sponsor CodeBurn" /></a>
|
||||
</p>
|
||||
|
||||
## Star History
|
||||
|
||||
<p align="center">
|
||||
<!-- star-history:start -->
|
||||
<picture>
|
||||
<source media="(prefers-color-scheme: dark)" srcset="assets/star-history/star-history-dark.svg">
|
||||
<img alt="Star history" src="assets/star-history/star-history-light.svg">
|
||||
</picture>
|
||||
<!-- star-history:end -->
|
||||
</p>
|
||||
|
||||
## License
|
||||
|
||||
MIT.
|
||||
|
|
|
|||
1
assets/star-history/.star-history.sig
Normal file
1
assets/star-history/.star-history.sig
Normal file
|
|
@ -0,0 +1 @@
|
|||
6985f4eea90d8dcfb245cb6391558eac1e8e3f72993f2dbcc0181d64c34c4146
|
||||
1
assets/star-history/star-history-dark.svg
Normal file
1
assets/star-history/star-history-dark.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 213 KiB |
1
assets/star-history/star-history-light.svg
Normal file
1
assets/star-history/star-history-light.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 213 KiB |
BIN
assets/star-history/star-history.png
Normal file
BIN
assets/star-history/star-history.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 64 KiB |
Loading…
Add table
Add a link
Reference in a new issue