Skip to content

Commit b85d3a3

Browse files
authored
Update config.prod.yaml for GENAI project (#935)
* Update config.prod.yaml for GENAI project
1 parent e144b63 commit b85d3a3

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

config/config.prod.yaml

+38
Original file line numberDiff line numberDiff line change
@@ -558,3 +558,41 @@
558558
description: Prod testing whiteboard tag (JBI Bin Project)
559559
parameters:
560560
jira_project_key: JB
561+
562+
- whiteboard_tag: genai
563+
bugzilla_user_id: tbd
564+
description: Firefox GenAI
565+
parameters:
566+
jira_project_key: GENAI
567+
steps:
568+
new:
569+
- create_issue
570+
- maybe_delete_duplicate
571+
- add_link_to_bugzilla
572+
- add_link_to_jira
573+
- maybe_assign_jira_user
574+
- maybe_update_issue_resolution
575+
- maybe_update_issue_status
576+
existing:
577+
- update_issue_summary
578+
- maybe_update_issue_resolution
579+
- maybe_update_issue_status
580+
- add_jira_comments_for_changes
581+
- maybe_assign_jira_user
582+
- maybe_update_issue_resolution
583+
- maybe_update_issue_status
584+
comment:
585+
- create_comment
586+
status_map:
587+
ASSIGNED: In Progress
588+
FIXED: Closed
589+
WONTFIX: Closed
590+
DUPLICATE: Closed
591+
INVALID: Closed
592+
INCOMPLETE: Closed
593+
WORKSFORME: Closed
594+
REOPENED: In Progress
595+
resolution_map:
596+
FIXED: Done
597+
DUPLICATE: Duplicate
598+
WONTFIX: "Won't Do"

0 commit comments

Comments
 (0)