Skip to content

Commit 114a0d3

Browse files
authored
Adding configuration for crash ingestion (#1173)
1 parent 1c0b88b commit 114a0d3

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

config/config.prod.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -766,3 +766,21 @@
766766
WORKSFORME: Cancelled
767767
INCOMPLETE: Cancelled
768768
MOVED: Cancelled
769+
770+
- whiteboard_tag: cringe
771+
bugzilla_user_id: tbd
772+
description: Crash Ingestion
773+
parameters:
774+
jira_project_key: CRINGE
775+
steps:
776+
new:
777+
- create_issue
778+
- maybe_delete_duplicate
779+
- maybe_update_components
780+
- add_link_to_bugzilla
781+
- add_link_to_jira
782+
existing:
783+
- update_issue_summary
784+
comment:
785+
- create_comment
786+
labels_brackets: both

0 commit comments

Comments
 (0)