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 5846032..cd10105 100644 --- a/README.md +++ b/README.md @@ -20,16 +20,14 @@ Bundle: ## Credits -![thoughtbot](https://thoughtbot.com/brand_assets/93:44.svg) - -Clearance I18n is maintained by [thoughtbot, inc](http://thoughtbot.com/community) -and [contributors] like you. Thank you! +Thank you, [contributors]! [contributors]: https://github.com/thoughtbot/clearance-i18n/contributors ## License -Clearance I18n is copyright © 2013-2023 thoughtbot. It is free software, and may be +Clearance I18n is copyright © 2013-2024 thoughtbot. It is free software, and may be redistributed under the terms specified in the `LICENSE` file. -The names and logos for thoughtbot are trademarks of thoughtbot, inc. + +