Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Call dynamic-readme reusable workflow #1004

Merged
merged 1 commit into from
Apr 19, 2024
Merged

Commits on Apr 15, 2024

  1. Call dynamic README 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.
    
    This workflow has been updated to accommodate repositories that have
    main branch rules. To generate the README dynamically, you’ll need to
    merge a PR with the README changes. That will trigger the GitHub workflow.
    The PR won’t be generated if the footer does not have any differences.
    It will only be open if there’s an update to the footer snippet.
    Stefanni Brasil committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    2cf0044 View commit details
    Browse the repository at this point in the history