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 445fef6..4f75416 100644 --- a/README.md +++ b/README.md @@ -207,16 +207,12 @@ Question? Idea? Problem? Bug? Comment? Concern? Like using question marks? Thank you to all [the contributors](https://github.com/thoughtbot/terrapin/graphs/contributors)! -![thoughtbot](http://thoughtbot.com/logo.png) - -Terrapin is maintained and funded by [thoughtbot, -inc](http://thoughtbot.com/community) - -The names and logos for thoughtbot are trademarks of thoughtbot, inc. - ## License -Copyright 2011-2018 Jon Yurek and thoughtbot, inc. This is free software, and +Copyright © 2011 Jon Yurek and thoughtbot, inc. This is free software, and may be redistributed under the terms specified in the [LICENSE](https://github.com/thoughtbot/terrapin/blob/master/LICENSE) file. + + +