-
Notifications
You must be signed in to change notification settings - Fork 23
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
Error when trying to dismiss already dismissed review #155
Comments
Hey @ui-valts-mazurs, thanks for reporting that! Sorry had a crazy two weeks so have been a little slow on this - makes sense and planning to fix this up over the weekend. |
We are also running into this bug, I think possibly when re-running the action when the 1st run hasn't completed |
Gotcha - sorry for the delay folks! Still planning to do this shortly 🙏 |
FYI: there is an error "Can not dismiss a commented pull request review" when the GitHub action was run multiple times for an incorrect title. Edit: this happens when |
Hey @ui-valts-mazurs, @amclay (+ any other watchers). So sorry for my slowness on this one, had a busy time recently and this project became more popular than I expected 😅🐌 Thanks to @ui-valts-mazurs this has been fixed and released in v1.4.2 ❤️. I tested it out on a PR here and all seems to be good. Going forward I'll probably be adding some tests and better contribution documentation - thanks for bearing with me! |
GitHub API call ends with an error when trying to dismiss a review:
Can not dismiss a dismissed pull request review
. It happens when the action is run for already corrected title.Seems like
dismissReview
should filter out reviews instate: DISMISSED
.The text was updated successfully, but these errors were encountered: