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 + +