Skip to content

Commit 544fcee

Browse files
authored
Add all steps explicitly to our nonprodtest project (#855)
1 parent 4582e2e commit 544fcee

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

config/config.nonprod.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,27 @@
66
parameters:
77
jira_project_key: JB
88
labels_brackets: both
9+
steps:
10+
new:
11+
- create_issue
12+
- maybe_delete_duplicate
13+
- maybe_update_components
14+
- add_link_to_bugzilla
15+
- add_link_to_jira
16+
- maybe_assign_jira_user
17+
- maybe_update_issue_resolution
18+
- maybe_update_issue_status
19+
- sync_whiteboard_labels
20+
- sync_keywords_labels
21+
existing:
22+
- update_issue_summary
23+
- maybe_assign_jira_user
24+
- maybe_update_issue_resolution
25+
- maybe_update_issue_status
26+
- sync_whiteboard_labels
27+
- sync_keywords_labels
28+
comment:
29+
- create_comment
930

1031
- whiteboard_tag: fxcm
1132
bugzilla_user_id: tbd

0 commit comments

Comments
 (0)