Fix all reports being reopened as confirmed #5
No reviewers
Labels
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: infrastructure/blender-bot#5
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch ":fix-reopening-as-confirm"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes a issue where all reports will be reopened with
the "Confirmed" tag.
For TODO and Design tasks, this was already undesirable. And with the
removal of the "Report" type, this causes less than desirable behaviour
on untriaged reports.
Potential future TODO: Check what the tags were before the report was closed and decide whether to add "Confirmed" or "Needs triage" when it's reopened based on that.
But this can be handled in a future PR or commit.