BugBot: Difference between revisions

1,108 bytes added ,  10 December
→‎Active Rules: Add a section about the inactive telemetry alerts rule.
(→‎Active Rules: Add info about the resolution monitoring rule for performance alerts)
(→‎Active Rules: Add a section about the inactive telemetry alerts rule.)
 
(4 intermediate revisions by 2 users not shown)
Line 263: Line 263:
   | Action    = Add the missing keywords and needinfo to suggest increasing severity in case of a low severity
   | Action    = Add the missing keywords and needinfo to suggest increasing severity in case of a low severity
   | Source    = topcrash_highlight.py  
   | Source    = topcrash_highlight.py  
}}
{{BugBotRule
  | Rule name = Topcrash notify
  | Purpose  = Identify topcrash bugs with needinfo without recent activity
  | Action    = Notify managers and release managers
  | Source    = topcrash_notify.py
}}
}}
{{BugBotRule
{{BugBotRule
Line 466: Line 472:
   | Action    = Add webcompat:platform-bug keyword where it's missing
   | Action    = Add webcompat:platform-bug keyword where it's missing
   | Source    = webcompat_platform_without_keyword.py
   | Source    = webcompat_platform_without_keyword.py
}}
{{BugBotRule
  | Rule name = Bugs with the [webcompat:sightline] whiteboard tag updated
  | Purpose  = Ensure webcompat bugs affecting a sightline top 1000 site have the appropriate keyword set
  | Action    = Add [webcompat:sightline] whiteboard tag where it's missing, or remove it when it shouldn't be set
  | Source    = webcompat_sightline.py
}}
}}
{{BugBotRule
{{BugBotRule
Line 478: Line 490:
   | Action    = Needinfo individual who resolved alert when resolution reasoning is not provided, and provide summary emails of resolution changes.
   | Action    = Needinfo individual who resolved alert when resolution reasoning is not provided, and provide summary emails of resolution changes.
   | Source    = perfalert_resolved_regression.py
   | Source    = perfalert_resolved_regression.py
}}
{{BugBotRule
  | Rule name = Inactive telemetry alerts
  | Purpose  = Ensure progress continues on resolving telemetry alerts.
  | Action    = Needinfo telemetry probe owner after a period of inactivity.
  | Source    = telemetryalert_inactive_regression.py
}}
{{BugBotRule
  | Rule name = web-features links
  | Purpose  = Ensure bugs marked with a web feature have see-also links to the relevant feature.
  | Action    = Add see-also links to bugs with `web-feature: <name>` in the user story.
  | Source    = web_platform_features.py
}}
}}


97

edits