mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 11:21:16 +00:00
Add support for deleting reactions (#1708)
* Delete comment reactions * Add test case * update ignore-word-list * Delete issue reactions * Delete issue comment reactions * Delete pull request comment reactions * check status
This commit is contained in:
@@ -18,6 +18,7 @@ class PullRequestComment(CompletableGithubObject):
|
||||
@property
|
||||
def created_at(self) -> datetime: ...
|
||||
def delete(self) -> None: ...
|
||||
def delete_reaction(self, reaction_id: int) -> bool: ...
|
||||
@property
|
||||
def diff_hunk(self) -> str: ...
|
||||
def edit(self, body: str) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user