Skip to content

Commit 8c781a2

Browse files
authored
Add PCF config for PerfCompare project (#642)
1 parent 1679431 commit 8c781a2

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

config/config.prod.yaml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,45 @@
214214
UNCONFIRMED: To Do
215215
NEW: To Do
216216

217+
- whiteboard_tag: pcf
218+
bugzilla_user_id: 396948
219+
description: PerfCompare
220+
parameters:
221+
jira_project_key: PCF
222+
steps:
223+
new:
224+
- create_issue
225+
- maybe_delete_duplicate
226+
- add_link_to_bugzilla
227+
- add_link_to_jira
228+
- maybe_assign_jira_user
229+
- maybe_update_issue_resolution
230+
- maybe_update_issue_status
231+
- sync_whiteboard_labels
232+
existing:
233+
- update_issue_summary
234+
- maybe_assign_jira_user
235+
- maybe_update_issue_resolution
236+
- maybe_update_issue_status
237+
- sync_whiteboard_labels
238+
comment:
239+
- create_comment
240+
status_map:
241+
UNCONFIRMED: Backlog
242+
NEW: Backlog
243+
ASSIGNED: In Progress
244+
REOPENED: In Progress
245+
RESOLVED: Done
246+
VERIFIED: Done
247+
FIXED: Done
248+
INVALID: Done
249+
WONTFIX: Done
250+
INACTIVE: Done
251+
DUPLICATE: Done
252+
WORKSFORME: Done
253+
INCOMPLETE: Done
254+
MOVED: Done
255+
217256
- whiteboard_tag: proton
218257
bugzilla_user_id: tbd
219258
description: Proton whiteboard tag for Firefox Frontend

0 commit comments

Comments
 (0)