Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't nag triage owners about mismatched severity and accessibility severity for no-plan-to-ship bugs #2435

Open
jcsteh opened this issue Jul 1, 2024 · 1 comment

Comments

@jcsteh
Copy link

jcsteh commented Jul 1, 2024

There are some access s2 bugs in features which are preffed off in all channels and we have no plans to ship them any time soon. On one hand, it's not shipping, so it's not currently an access s2 for users. On the other hand, if we later decide to ship it, it will become an access s2. We do not want to downgrade these to access s3s because when we decide to ship, folks might not realise that they are ship blockers.

To deal with this, we now have a no-plan-to-ship keyword. BugBot should avoid asking triage owners about a mismatch between the severity and accessibility severity fields when this keyword is set. Once the keyword is unset, then the triage owner should be asked.

@marco-c
Copy link
Contributor

marco-c commented Jul 8, 2024

It should be easy to implement this by changing the query in https://github.com/mozilla/bugbot/blob/master/bugbot/rules/severity_inconsistency.py.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants