-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolve conversations when dismissing reviews (#76)
* also resolve conversations when dismissing reviews * make auto-closing conversations an action setting * pylint| apply hints in existing code * pylint| apply hints in new code * failure to close a conversation makes the action fail * fix missing whitespace in error message * apply cli arg suggestion Co-authored-by: Dimitris Platis <[email protected]> * re-order response check flow * fix cli arg suggestion application gone wrong * to-be-resolved convos also need to start with the prefix used in creating them * refactor response check flow * refactor single comment detection * fix not passing correct comment marker to dismissal * split too long format string --------- Co-authored-by: Dimitris Platis <[email protected]>
- Loading branch information
1 parent
145a35e
commit 837ad80
Showing
4 changed files
with
191 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters