-
Notifications
You must be signed in to change notification settings - Fork 18
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
Only approve once #39
Comments
Ana06
added a commit
to Ana06/automatic-pull-request-review
that referenced
this issue
May 19, 2021
Introduce a new option `allow_duplicate` (`true` by default). If it is `true` the behavior keeps the same. When it is `false`, the review is only sent if there not already a review by `github-actions` with the same body and type. Closes AndrewMusgrave#39
Ana06
added a commit
to Ana06/automatic-pull-request-review
that referenced
this issue
May 19, 2021
Introduce a new option `allow_duplicate` (`true` by default). If it is `true` the behavior keeps the same. When it is `false`, the review is only sent if there not already a review by `github-actions` with the same body and type. Closes AndrewMusgrave#39
Ana06
added a commit
to Ana06/automatic-pull-request-review
that referenced
this issue
May 27, 2021
Introduce a new option `allow_duplicate` (`true` by default). If it is `true` the behavior keeps the same. When it is `false`, the review is only sent if there not already a review by `github-actions` with the same body and type. Closes AndrewMusgrave#39
Ana06
added a commit
to Ana06/automatic-pull-request-review
that referenced
this issue
May 27, 2021
`Ana06/[email protected]` is a fork of https://github.com/AndrewMusgrave/automatic-pull-request-review which [fixes DISMISS](AndrewMusgrave#48) and provides an `allow_duplicate` option which allows to [only approve once](AndrewMusgrave#39).
I have released Ana06/[email protected] a fork which includes this and fixes #48. @kaelig feel free to use it! 😄 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In pull requests from dependabot, the action posts one comment/approval per commit, which makes the history noisy:
Would it be possible for the action to only approve/comment once?
The text was updated successfully, but these errors were encountered: