Skip to content

Commit

Permalink
Merge pull request #4054 from nickmango/bug/missing-id-comment
Browse files Browse the repository at this point in the history
[#4011] Feature/ Missing ID comment
  • Loading branch information
nickmango authored Jul 20, 2023
2 parents 5cbc48f + 4977ef6 commit 3c3c9cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cla-backend/cla/models/github_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1383,6 +1383,8 @@ def has_check_previously_passed_or_failed(pull_request: PullRequest):
return True, comment
if 'are authorized under a signed CLA' in comment.body:
return True, comment
if 'is not linked to the GitHub account' in comment.body:
return True, comment
return False, None


Expand Down

0 comments on commit 3c3c9cc

Please sign in to comment.