Skip to content

Commit

Permalink
[needinfo_regression_author] Fix the set_needinfo method (#2055)
Browse files Browse the repository at this point in the history
  • Loading branch information
suhaibmujahid committed May 11, 2023
1 parent 4917627 commit 35fb731
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bugbot/rules/needinfo_regression_author.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@ def set_needinfo(self):
if bug_id in self.private_regressor_ids:
needinfo_action["comment"]["is_private"] = True

return res


if __name__ == "__main__":
NeedinfoRegressionAuthor().run()

0 comments on commit 35fb731

Please sign in to comment.