Skip to content

Commit 3cce29b

Browse files
authored
feature: Add missing steps for Firefox and Core bug reports (#1227)
* feature: Add step to allow auto creating of components that do not yet exist in Jira for a project * feature: Add missing steps for Firefox and Core bug reports
1 parent 666dce2 commit 3cce29b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

config/config.prod.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -851,14 +851,19 @@
851851
new:
852852
- create_issue
853853
- maybe_delete_duplicate
854+
- maybe_update_components
854855
- add_link_to_bugzilla
856+
- add_link_to_jira
855857
- sync_whiteboard_labels
858+
- maybe_add_phabricator_link
856859
- maybe_update_issue_status
857860
- maybe_update_issue_resolution
858861
existing:
859862
- update_issue_summary
860863
- add_jira_comments_for_changes
861864
- sync_whiteboard_labels
865+
- maybe_update_components
866+
- maybe_add_phabricator_link
862867
- maybe_update_issue_status
863868
- maybe_update_issue_resolution
864869
comment:
@@ -893,14 +898,19 @@
893898
new:
894899
- create_issue
895900
- maybe_delete_duplicate
901+
- maybe_update_components
896902
- add_link_to_bugzilla
903+
- add_link_to_jira
897904
- sync_whiteboard_labels
905+
- maybe_add_phabricator_link
898906
- maybe_update_issue_status
899907
- maybe_update_issue_resolution
900908
existing:
901909
- update_issue_summary
902910
- add_jira_comments_for_changes
903911
- sync_whiteboard_labels
912+
- maybe_update_components
913+
- maybe_add_phabricator_link
904914
- maybe_update_issue_status
905915
- maybe_update_issue_resolution
906916
comment:

0 commit comments

Comments
 (0)