BugBot: Difference between revisions

Jump to navigation Jump to search
320 bytes removed ,  27 April 2023
Remove the "Autofix" section splitting
(Fix a typo)
(Remove the "Autofix" section splitting)
Line 9: Line 9:


Initially created as an alerting system (by email) to our triagers, BugBot rules now also make changes to our bugs metadata on Bugzilla so as to fix inconsistencies.
Initially created as an alerting system (by email) to our triagers, BugBot rules now also make changes to our bugs metadata on Bugzilla so as to fix inconsistencies.
Rules that change automatically some data in Bugzilla (change a priority, needinfo somebody, close a bug…) are called "Rules with Autofix".
Rules that do not change data but have other results such as generate a report or send an email are called "Rules without Autofix".


If you want the bot to not make changes to a specific bug, add <code>[no-nag]</code> to its ''whiteboard'' field.
If you want the bot to not make changes to a specific bug, add <code>[no-nag]</code> to its ''whiteboard'' field.


= Rules =
= Rules =
== With autofix ==
{{BugBotRule
{{BugBotRule
   | Rule name = Variant Expiration
   | Rule name = Variant Expiration
Line 285: Line 280:
   | Source    = telemetry_expiry_tracking_autoapproval.py  
   | Source    = telemetry_expiry_tracking_autoapproval.py  
}}
}}
== Without autofix ==
{{BugBotRule
{{BugBotRule
   | Rule name = Feature vs regression
   | Rule name = Feature vs regression

Navigation menu