From 96b244a7220acac2d672d4c019f1371c78318084 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A3=A8=EB=B0=80LuMir?= Date: Mon, 22 Sep 2025 19:43:00 +0900 Subject: [PATCH] ci: create `update-readme` workflow --- .github/workflows/update-readme.yml | 13 +++++++++++++ .gitignore | 3 +++ README.md | 7 +++++++ 3 files changed, 23 insertions(+) create mode 100644 .github/workflows/update-readme.yml diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml new file mode 100644 index 0000000..96d0986 --- /dev/null +++ b/.github/workflows/update-readme.yml @@ -0,0 +1,13 @@ +name: update-readme + +on: + schedule: + - cron: "0 8 * * *" # Runs every day at 08:00 AM UTC + + workflow_dispatch: + +jobs: + update-readme: + uses: eslint/workflows/.github/workflows/update-readme.yml@main + secrets: + workflow_push_bot_token: ${{ secrets.WORKFLOW_PUSH_BOT_TOKEN }} diff --git a/.gitignore b/.gitignore index a721f5d..ed0981b 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,6 @@ npm-debug.log .eslint-release-info.json /.vscode/ *.code-workspace + +# Automatically generated files by GitHub Actions workflow +tools/update-readme.js diff --git a/README.md b/README.md index 5660f6a..933a2c6 100644 --- a/README.md +++ b/README.md @@ -51,3 +51,10 @@ You'll be prompted for some information and then it will generate the files nece Copyright OpenJS Foundation and other contributors, [MIT License](https://en.wikipedia.org/wiki/MIT_License) + + + + +## Sponsors + +