refactor(terraform-docs): Use native find-dir functionality and 3ware-release token#106
Merged
chris3ware merged 14 commits intomainfrom Sep 2, 2024
Merged
refactor(terraform-docs): Use native find-dir functionality and 3ware-release token#106chris3ware merged 14 commits intomainfrom
find-dir functionality and 3ware-release token#106chris3ware merged 14 commits intomainfrom
Conversation
Not picking up all changes.
Once merged this ref does not exist.
Using trunk code quality now
chazypro
approved these changes
Sep 2, 2024
3ware-release Bot
pushed a commit
that referenced
this pull request
Sep 2, 2024
## [4.1.0](v4.0.0...v4.1.0) (2024-09-02) ### Enhancement * **terraform-docs:** Use native `find-dir` functionality and 3ware-release token ([#106](#106)) ([25be5ab](25be5ab))
Contributor
|
This PR is included in version 4.1.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
find-terraformwas not returning changed directories consistently. Nothing wrong with the action, per se, but the workflow and combination of jobs.Calling workflows now run on PR merge, so only one once, and the native
find-dirof the terraform docs GitHub action works fine for this.The authentication token has been updated to use the 3ware-release app because this is allowed to bypass branch rulesets to commit the updated READMEs to the main branch.