diff --git a/.github/workflows/star-history.yml b/.github/workflows/star-history.yml new file mode 100644 index 00000000..22cc6005 --- /dev/null +++ b/.github/workflows/star-history.yml @@ -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" diff --git a/README.md b/README.md index 7c99357a..2159e1da 100644 --- a/README.md +++ b/README.md @@ -736,6 +736,17 @@ Sponsoring as a team or company? Your logo lands right here, in front of every d Sponsor CodeBurn

+## Star History + +

+ + + + Star history + + +

+ ## License MIT. diff --git a/assets/star-history/.star-history.sig b/assets/star-history/.star-history.sig new file mode 100644 index 00000000..8edb224b --- /dev/null +++ b/assets/star-history/.star-history.sig @@ -0,0 +1 @@ +6985f4eea90d8dcfb245cb6391558eac1e8e3f72993f2dbcc0181d64c34c4146 \ No newline at end of file diff --git a/assets/star-history/star-history-dark.svg b/assets/star-history/star-history-dark.svg new file mode 100644 index 00000000..15fa341b --- /dev/null +++ b/assets/star-history/star-history-dark.svg @@ -0,0 +1 @@ +MayJuneJulyAugust 2K4K6K8Kgetagentseal/codeburnStar HistoryDateGitHub Stars \ No newline at end of file diff --git a/assets/star-history/star-history-light.svg b/assets/star-history/star-history-light.svg new file mode 100644 index 00000000..e70c28fe --- /dev/null +++ b/assets/star-history/star-history-light.svg @@ -0,0 +1 @@ +MayJuneJulyAugust 2K4K6K8Kgetagentseal/codeburnStar HistoryDateGitHub Stars \ No newline at end of file diff --git a/assets/star-history/star-history.png b/assets/star-history/star-history.png new file mode 100644 index 00000000..691493a5 Binary files /dev/null and b/assets/star-history/star-history.png differ