projg2 / nattka

A New Arch Tester Toolkit (open source replacement for stable-bot)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mark old sanity-check/dep output as obsolete using tags

thesamesam opened this issue · comments

Bugzilla lets us tag comments as obsolete which automatically folds them. This is really helpful when scrolling through sometimes long keywording or stabilisation bugs.

Example screenshot of when a comment is tagged obsolete:
Screenshot 2020-10-18 at 16 55 38

This certainly wouldn't be that hard. We'd have to grab all comments by creator (we already take the latest comment from the list, so that's nothing really new), and use https://bugzilla.readthedocs.io/en/latest/api/core/v1/comment.html#update-comment-tags to update them.