Skip to content

Commit 84b0b7c

Browse files
authored
Remove the resolution step for FOG migration (#1102)
Apparently DENG doesn't have this field set.
1 parent 931d57e commit 84b0b7c

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

config/config.prod.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -689,13 +689,11 @@
689689
- add_link_to_bugzilla
690690
- add_link_to_jira
691691
- maybe_assign_jira_user
692-
- maybe_update_issue_resolution
693692
- maybe_update_issue_status
694693
existing:
695694
- update_issue_summary
696695
- maybe_assign_jira_user
697696
- maybe_update_components
698-
- maybe_update_issue_resolution
699697
- maybe_update_issue_status
700698
- sync_keywords_labels
701699
- sync_whiteboard_labels
@@ -720,12 +718,3 @@
720718
WORKSFORME: Done
721719
INCOMPLETE: Done
722720
MOVED: Done
723-
resolution_map:
724-
FIXED: Done
725-
INVALID: Invalid
726-
WONTFIX: "Won't Do"
727-
INACTIVE: Inactive
728-
DUPLICATE: Duplicate
729-
WORKSFORME: "Cannot Reproduce"
730-
INCOMPLETE: Incomplete
731-
MOVED: Moved

0 commit comments

Comments
 (0)