Remove previous review comment on push event

This commit is contained in:
zmeir
2023-10-26 11:24:24 +03:00
parent 65bb70a1dd
commit 02570ea797
9 changed files with 73 additions and 11 deletions

View File

@ -71,6 +71,10 @@ class GitProvider(ABC):
def remove_initial_comment(self):
pass
@abstractmethod
def remove_comment(self, comment):
pass
@abstractmethod
def get_languages(self):
pass