Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds three GitHub Actions workflow files to this repository:
.github/workflows/valid_jinja2.yml.github/workflows/word_diff.yml.github/workflows/da_build.ymlThese workflows are being rolled out consistently across repositories to ensure validation, testing, and build steps are automated and standardized.
Commands Used
The following commands were used with Turbolift to apply these changes across multiple repositories:
1. Copy the workflow files into each repo
2. Stage, commit, and push
da_build.ymlturbolift foreach --repos repos_with_docx.txt -- git add .github/workflows/da_build.yml turbolift foreach --repos repos_with_docx.txt -- git commit -m "Add da_build GitHub Actions workflow" turbolift foreach --repos repos_with_docx.txt -- git push origin HEAD3. Stage, commit, and push
word_diff.ymlandvalid_jinja2.ymlturbolift foreach --repos repos_with_docx.txt -- git add .github/workflows/word_diff.yml .github/workflows/valid_jinja2.yml turbolift foreach --repos repos_with_docx.txt -- git commit -m "Add word_diff and valid_jinja2 GitHub Actions workflows" turbolift foreach --repos repos_with_docx.txt -- git push origin HEADWhy
valid_jinja2.yml).word_diff.yml).da_build.yml).This PR was generated using turbolift.