From 57e64034c23edab1d51463c230fd8c9e35990797 Mon Sep 17 00:00:00 2001 From: Stefanni Brasil Date: Thu, 14 Mar 2024 17:17:28 -0600 Subject: [PATCH] Call dynamic-readme reusable workflow We want to have a way to edit our README footer at one place and have the changes from there be propagated to our repos. By adding this snippet in the README, we call this reusable workflow: https://github.com/thoughtbot/templates/blob/main/.github/workflows/dynamic-readme.yaml that renders and updates the README footer dynamically. --- .github/workflows/dynamic-readme.yml | 17 +++++++++++++++++ README.md | 5 ++--- 2 files changed, 19 insertions(+), 3 deletions(-) create mode 100644 .github/workflows/dynamic-readme.yml 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 28b6a34..8ac173b 100644 --- a/README.md +++ b/README.md @@ -217,6 +217,5 @@ Griddler was written by Caleb Hearth and Joel Oliveira. Thanks to our [contributors](https://github.com/thoughtbot/griddler/contributors)! -![thoughtbot](http://presskit.thoughtbot.com/images/thoughtbot-logo-for-readmes.svg) - -The names and logos for thoughtbot are trademarks of thoughtbot, inc. + +