Skip to content
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

Add comments to the commit instead of to a PR #216

Open
1 task done
jdraymon opened this issue Sep 13, 2024 · 0 comments
Open
1 task done

Add comments to the commit instead of to a PR #216

jdraymon opened this issue Sep 13, 2024 · 0 comments
Labels
enhancement New feature or request new A new issue or feature request that has not yet been triaged by maintainers

Comments

@jdraymon
Copy link

Description

Typically, terraform apply jobs to an environment will not occur as a result of a PR, but rather after merging to the main branch. It is still desirable to have a durable record of the results of plan/apply, however, so it would be helpful to have an option to direct the comment to a specific commit instead of to the PR.

Proposed input change:
Change commentOnPr from a boolean to a string input:

  commentMode:
    description: Where to comment the results of the operation; on the `commit`, the `pr`, or `none` of the above
    default: pr
    required: false

References

No response

Help Wanted

  • I'm interested in contributing a fix myself

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment
@jdraymon jdraymon added enhancement New feature or request new A new issue or feature request that has not yet been triaged by maintainers labels Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request new A new issue or feature request that has not yet been triaged by maintainers
Projects
None yet
Development

No branches or pull requests

1 participant