Skip to content

Commit c729e50

Browse files
authored
Merged PR #53
PR #53 merged by chmouel with 1 LGTM votes.
1 parent 70869cf commit c729e50

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

boussole/boussole.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,8 @@ def merge_pr(self, custom_merge_method: Optional[str] = None) -> bool:
468468
users_table = ""
469469
for user, permission in lgtm_users.items():
470470
is_valid = permission in self.lgtm_permissions
471+
if "[bot]" in user:
472+
continue
471473
valid_mark = "✅" if is_valid else "❌"
472474
users_table += (
473475
f"| @{user} | `{permission or 'unknown'}` | {valid_mark} |\n"

0 commit comments

Comments
 (0)