Skip to content

Commit

Permalink
Merge pull request #30 from thoughtbot/sb-dynamic-readme-workflow
Browse files Browse the repository at this point in the history
Call dynamic-readme reusable workflow
  • Loading branch information
stefannibrasil authored Aug 16, 2024
2 parents f2a209c + 31cae7b commit 8b29913
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 8 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/dynamic-readme.yml
Original file line number Diff line number Diff line change
@@ -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 }}
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<!-- START /templates/footer.md -->
<!-- END /templates/footer.md -->

0 comments on commit 8b29913

Please sign in to comment.