Skip to content

Commit 8675f19

Browse files
Add config for Reusable Components (#816)
1 parent fd815d1 commit 8675f19

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
@@ -299,6 +299,38 @@
299299
jira_project_key: FIDEFE
300300
labels_brackets: both
301301

302+
- whiteboard_tag: recomp
303+
bugzilla_user_id: 462407
304+
description: Reusable Components Engineering
305+
parameters:
306+
jira_project_key: RECOMP
307+
steps:
308+
new:
309+
- create_issue
310+
- maybe_delete_duplicate
311+
- add_link_to_bugzilla
312+
- add_link_to_jira
313+
- maybe_assign_jira_user
314+
- maybe_update_issue_resolution
315+
- maybe_update_issue_status
316+
- sync_whiteboard_labels
317+
existing:
318+
- update_issue_summary
319+
- maybe_assign_jira_user
320+
- maybe_update_issue_resolution
321+
- maybe_update_issue_status
322+
- sync_whiteboard_labels
323+
labels_brackets: both
324+
status_map:
325+
ASSIGNED: In Progress
326+
FIXED: Closed
327+
WONTFIX: Closed
328+
DUPLICATE: Closed
329+
INVALID: Closed
330+
INCOMPLETE: Closed
331+
WORKSFORME: Closed
332+
REOPENED: In Progress
333+
302334
- whiteboard_tag: relops
303335
bugzilla_user_id: tbd
304336
description: Release Operations Team Tag

0 commit comments

Comments
 (0)