uplift_beta rule message should not suggest wontfix-ing bugs that are `tracking_firefox_beta +`

Open
#2,815 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
45/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
python
Domain
release, tooling

Research direction

Locate the uplift_beta rule in the Python code and inspect its existing tests or rule entry point first. Trace how tracking and severity fields affect the generated message; done means bugs tracked for Firefox beta, and high-severity bugs without an explicit tracking status, are not given an inappropriate wontfix suggestion.

Written by the indexing model from the issue text.

Description

The uplift_beta rule tells developers that their patch landing in nightly and beta is marked affected, and asks them "is this bug important enough to require an uplift?" and suggests they mark the beta status field "wontfix" if it is not. This is wrong if the bug is already being tracked by Release Management (cf_tracking_firefox_beta set to +). If the developer feels the uplift would be a mistake they need to talk to release management and come to a shared agreement.

If the bug doesn't have an explicit tracking "+" or "-" but has a severity of S1 or S2 you probably also don't want to suggest the developer wontfix it without talking to someone about it first.

Dominant language
Python
Stars
68
Forks
92
Avg merge
2d 2h
Merged PRs (30d)
16

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from mozilla/bugbot

All issues in mozilla/bugbot

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.