Skip to content

Commit ac064a0

Browse files
Update config.prod.yaml for hnt (#722)
* Update config.prod.yaml for hnt * Remove errant spaces * Add bz user id to HNT config
1 parent 48aac2f commit ac064a0

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

config/config.prod.yaml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,38 @@
188188
jira_project_key: DISCO
189189
labels_brackets: both
190190

191+
- whiteboard_tag: hnt
192+
bugzilla_user_id: 462407
193+
description: Homepage New Tab Engineering
194+
parameters:
195+
jira_project_key: HNTENG
196+
steps:
197+
new:
198+
- create_issue
199+
- maybe_delete_duplicate
200+
- add_link_to_bugzilla
201+
- add_link_to_jira
202+
- maybe_assign_jira_user
203+
- maybe_update_issue_resolution
204+
- maybe_update_issue_status
205+
- sync_whiteboard_labels
206+
existing:
207+
- update_issue_summary
208+
- maybe_assign_jira_user
209+
- maybe_update_issue_resolution
210+
- maybe_update_issue_status
211+
- sync_whiteboard_labels
212+
labels_brackets: both
213+
status_map:
214+
ASSIGNED: In Progress
215+
FIXED: Closed
216+
WONTFIX: Closed
217+
DUPLICATE: Closed
218+
INVALID: Closed
219+
INCOMPLETE: Closed
220+
WORKSFORME: Closed
221+
REOPENED: In Progress
222+
191223
- whiteboard_tag: mv3
192224
bugzilla_user_id: tbd
193225
description: MV3 whiteboard tag

0 commit comments

Comments
 (0)