Skip to content

Commit 7ac8cd4

Browse files
committed
Revert "Update FIDEFE config to set resolutions (#1165)"
This reverts commit f1eb6c4.
1 parent f1eb6c4 commit 7ac8cd4

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

config/config.prod.yaml

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
- add_link_to_jira
2929
- maybe_assign_jira_user
3030
- maybe_update_issue_status
31-
- maybe_update_issue_resolution
3231
- maybe_update_issue_priority
3332
- maybe_update_issue_severity
3433
- maybe_update_issue_points
@@ -37,7 +36,6 @@
3736
- update_issue_summary
3837
- maybe_assign_jira_user
3938
- maybe_update_issue_status
40-
- maybe_update_issue_resolution
4139
- maybe_update_issue_priority
4240
- maybe_update_issue_severity
4341
- maybe_update_issue_points
@@ -52,15 +50,6 @@
5250
INCOMPLETE: Closed
5351
WORKSFORME: Closed
5452
REOPENED: In Progress
55-
resolution_map: &basic-resolution-map
56-
FIXED: Done
57-
INVALID: Invalid
58-
WONTFIX: "Won't Do"
59-
INACTIVE: Inactive
60-
DUPLICATE: Duplicate
61-
WORKSFORME: "Cannot Reproduce"
62-
INCOMPLETE: Incomplete
63-
MOVED: Moved
6453

6554
- whiteboard_tag: fxatps
6655
bugzilla_user_id: tbd
@@ -192,7 +181,15 @@
192181
WORKSFORME: Done
193182
INCOMPLETE: Done
194183
MOVED: Done
195-
resolution_map: *basic-resolution-map
184+
resolution_map: &basic-resolution-map
185+
FIXED: Done
186+
INVALID: Invalid
187+
WONTFIX: "Won't Do"
188+
INACTIVE: Inactive
189+
DUPLICATE: Duplicate
190+
WORKSFORME: "Cannot Reproduce"
191+
INCOMPLETE: Incomplete
192+
MOVED: Moved
196193

197194
- whiteboard_tag: fxsync
198195
bugzilla_user_id: 624105

0 commit comments

Comments
 (0)