May not only apply with an issue edit.
Edit a bug report issue twice.
There should be a check in between steps 3 and 4 below that verifies if the label it is trying to apply already exists there, if it doesn't it removes the label, and applies the label that matches what was specified in the Severity dropdown of the issue.
Severity
Low
Affected branches
[X] Stable
[X] Next
Quaver version
Unrelated to the discord bot.
Steps to reproduce
Submits a bug report issue without any priority label.
github-actions applies the label (correct)
Edit the issue again (currently it had priority label it belongs to.)
github-actions removes the label (incorrect)
Expected behavior
Verify first if the label that is about to get applied matches from what was selected in the selected priority section in the issue and keep the label intact. Only apply labels when it doesn't match that condition or the issue had no priority label.
Describe the bug
May not only apply with an issue edit. Edit a bug report issue twice. There should be a check in between steps 3 and 4 below that verifies if the label it is trying to apply already exists there, if it doesn't it removes the label, and applies the label that matches what was specified in the Severity dropdown of the issue.
Severity
Low
Affected branches
Quaver version
Unrelated to the discord bot.
Steps to reproduce
Expected behavior
Verify first if the label that is about to get applied matches from what was selected in the selected priority section in the issue and keep the label intact. Only apply labels when it doesn't match that condition or the issue had no priority label.
Actual behavior
Removes existing priorty label
Relevant log output
No response