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
Allow the appropriate voters to approve/reject Terraform deployments via PR comments. Currently the only method to vote is via a comment until webhooks for reactions are supported (see discussion here). This should be the primary way voters can cast their vote since they could look at the PR changes and vote all within GitHub. This could be implemented by provisioning a separate GitHub webhook for PR comments that would kick off a Lambda Function that will:
Check if the GitHub user is a valid voter for that AWS account (maybe send a GitHub comment saying they are an invalid voter if not)
Update the vote count and send a Step Function success task token if the count is met
Send a PR comment using a GitHub bot account that notifies the user that their vote has been submitted
The text was updated successfully, but these errors were encountered:
marshall7m
changed the title
Approval Terraform plan via GitHub comment
Vote via GitHub comment
Nov 26, 2022
Allow the appropriate voters to approve/reject Terraform deployments via PR comments. Currently the only method to vote is via a comment until webhooks for reactions are supported (see discussion here). This should be the primary way voters can cast their vote since they could look at the PR changes and vote all within GitHub. This could be implemented by provisioning a separate GitHub webhook for PR comments that would kick off a Lambda Function that will:
The text was updated successfully, but these errors were encountered: