TF Via PR Comments
Version updated for devsectop/tf-via-pr-comments to version v9.0.0.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
Highlight
This project is now available as a GitHub Action and distributed via the GitHub Marketplace!
Added
- Composite action.yml to support GitHub Action implementation.
- Example tf.yml workflow for a functional demonstration of the GitHub Action… in action.
- Screenshots (with prefers-color-scheme dark and light) to exhibit a typical interaction within a PR conversation at the very top of README.md.
Changed
- Rename project to “tf-via-pr-comments” to emphasize the use of PR comments as the primary interface for TF command execution.
- Both PR conversation examples to reflect the new TF command input format.
Fixed
- PR comment reaction 👀 is now added for the duration of the workflow run, then removed upon completion.
Deprecated
- The reusable workflow has been superseded by composite action.yml which exposes the functionality with a lower barrier to entry.
- Bulk execution of TF commands is no longer possible since matrix strategy for jobs is not supported by composite actions.
Secured
- Pass sensitive values to the GitHub Action directly via environment variables.
- Support v9.X and above.
Commits changelog: https://github.com/devsectop/tf-via-pr/compare/v8.0.1...v9.0.0