We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c415ba9 commit b96a988Copy full SHA for b96a988
src/github_permission_manager_webhook/utilities.py
@@ -15,4 +15,4 @@ def comment_contains_approval(comment):
15
return bool(pattern.search(comment['body']))
16
17
def approving_own_request(user, original_requestor):
18
- return user == original_requestor
+ return user == original_requestor
0 commit comments