You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-10Lines changed: 15 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,12 @@
1
-
# Terraform PR Commenter
1
+
# Terraform Pull Request Commenter
2
+
3
+
> This project was forked from <https://github.com/robburger/terraform-pr-commenter> project, originally created by [
4
+
Rob Burger](https://github.com/robburger).
2
5
3
6
Adds opinionated comments to PR's based on Terraform `fmt`, `init`, `plan` and `validate` outputs.
4
7
8
+
## CURRENTLY WORK IN PROGRESS
9
+
5
10
## Summary
6
11
7
12
This Docker-based GitHub Action is designed to work in tandem with [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) with the **wrapper enabled**, taking the output from a `fmt`, `init`, `plan` or `validate`, formatting it and adding it to a pull request. Any previous comments from this Action are removed to keep the PR timeline clean.
@@ -15,7 +20,7 @@ Support (for now) is [limited to Linux](https://help.github.com/en/actions/creat
15
20
This action can only be run after a Terraform `fmt`, `init`, `plan` or `validate` has completed, and the output has been captured. Terraform rarely writes to `stdout` and `stderr` in the same action, so we concatenate the `commenter_input`:
@@ -230,7 +235,7 @@ In English: "Always run this step, but only on a pull request and only when the
230
235
231
236
## Troubleshooting & Contributing
232
237
233
-
Feel free to head over to the [Issues](https://github.com/robburger/terraform-pr-commenter/issues) tab to see if the issue you're having has already been reported. If not, [open a new one](https://github.com/robburger/terraform-pr-commenter/issues/new) and be sure to include as much relevant information as possible, including code-samples, and a description of what you expect to be happening.
238
+
Feel free to head over to the [Issues](https://github.com/sheeeng/terraform-pull-request-commenter/issues) tab to see if the issue you're having has already been reported. If not, [open a new one](https://github.com/sheeeng/terraform-pull-request-commenter/issues/new) and be sure to include as much relevant information as possible, including code-samples, and a description of what you expect to be happening.
0 commit comments