-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Instead of PR check status of Plan Succeeded
show Plan: 1 to add, 0 to change, 1 to destroy
#2625
Closed
1 task done
Labels
feature
New functionality/enhancement
Comments
If I can do a +1000 I will. Eliminating repeated commenting and enhancing the status view makes for a very good user experience |
Is it hard to achieve? |
Nah, I'm sure it's doable. We just don't have a lot of time. If you'd like to propose a PR, I'd be honored to merge it in. |
Same here |
we will put a picture of you on the main page if you do it @albertorm95 |
Seems to be a duplicate of #1267 |
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Community Note
Describe the user story
I'd like to see terraform plan summaries as PR status messages instead of just "Plan Succeeded"
Describe the solution you'd like
Use the terraform plan JSON to retrieve the summary of the plan use that as the successful PR
terraform plan
's check's message. This is how it's done in spacelift.Plan contains no changes.
Plan: 1 to add, 0 to change, 1 to destroy
Describe the drawbacks of your solution
N/A
Describe alternatives you've considered
N/A
The text was updated successfully, but these errors were encountered: