diff --git a/.github/workflows/dynamic-readme.yml b/.github/workflows/dynamic-readme.yml new file mode 100644 index 0000000..41bb5db --- /dev/null +++ b/.github/workflows/dynamic-readme.yml @@ -0,0 +1,17 @@ +name: update-templates + +on: + push: + branches: + - main + workflow_dispatch: + +jobs: + update-templates: + permissions: + contents: write + pull-requests: write + pages: write + uses: thoughtbot/templates/.github/workflows/dynamic-readme.yaml@main + secrets: + token: ${{ secrets.GITHUB_TOKEN }} diff --git a/README.md b/README.md index 21c725f..3b7b0b8 100644 --- a/README.md +++ b/README.md @@ -214,23 +214,13 @@ Please see [CONTRIBUTING.md](/CONTRIBUTING.md). ## License -Humid is Copyright © 2021-2021 Johny Ho. +Humid is Copyright © 2021-2024 Johny Ho. It is free software, and may be redistributed under the terms specified in the [LICENSE](/LICENSE.md) file. -## About thoughtbot + + -![thoughtbot](https://thoughtbot.com/brand_assets/93:44.svg) - -Humid is maintained and funded by thoughtbot, inc. -The names and logos for thoughtbot are trademarks of thoughtbot, inc. - -We love open source software! -See [our other projects][community] or -[hire us][hire] to design, develop, and grow your product. - -[community]: https://thoughtbot.com/community?utm_source=github -[hire]: https://thoughtbot.com?utm_source=github [mini_racer]: https://github.com/rubyjs/mini_racer [vue_ssr]: https://ssr.vuejs.org/ [sample]: ./webpack.config.js