diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml new file mode 100644 index 0000000..7295387 --- /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 cef54a0..da7ec1c 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,6 @@ versions.json .cache **/node_modules *.code-workspace + +# Automatically generated files by GitHub Actions workflow +tools/update-readme.js diff --git a/README.md b/README.md index d1bca66..412e667 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,13 @@ MIT License Join our [Chatroom](https://eslint.org/chat/help) + + + +## Sponsors + + + [npm-image]: https://img.shields.io/npm/v/eslint-release.svg?style=flat-square [npm-url]: https://www.npmjs.com/package/eslint-release [downloads-image]: https://img.shields.io/npm/dm/eslint-release.svg?style=flat-square