You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Identified where in the code the flags need to be cleared
* Added function to help find needinfo flag requested by BugBot
* Added search to find `needinfo` flag created closest to the comment regarding increasing severity
* Added `comments.creation_date` as an included field when retrieving comments
* Removed date parsing, added exact creation time match check, added support for multiple flags and/or severity comments
* Removed flag
* Removed unnecessary return statements
* Included `flags` and `comments` when retrieving bugs
* Moved the needinfo flag ID collection logic to `handle_bug()`
* Pass the needinfo flags as a list, even if it does not remove `topcrash` keyword
* Changed the conditional for populating the `needinfo_ids` field
* Simplified code
* Cleaned up code
* Replaced `needinfo_ids` with `needinfos_to_remove`
* Replaced a `get()` instance with direct access
* Added flags as a field in `get_bz_params()`
0 commit comments