Skip to content

Commit

Permalink
Added column for needinfo_user
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminmah committed Aug 6, 2024
1 parent 1c83ba3 commit e34cd1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bugbot/rules/inactive_revision.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def description(self):
return "Bugs with inactive patches that are awaiting action from authors or reviewers."

def columns(self):
return ["id", "summary", "revisions"]
return ["id", "summary", "revisions", "needinfo_user"]

def get_bugs(self, date="today", bug_ids=[], chunk_size=None):
bugs = super().get_bugs(date, bug_ids, chunk_size)
Expand Down

0 comments on commit e34cd1f

Please sign in to comment.