Skip to content

Commit 13a17b2

Browse files
authored
Merge pull request #1 from ddurst/ddurst-patch-1
Add uniffi whiteboard option to config.prod.yaml
2 parents 7c85b66 + cbce8ad commit 13a17b2

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

config/config.prod.yaml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,44 @@
229229
INCOMPLETE: Cancelled
230230
MOVED: Cancelled
231231

232+
- whiteboard_tag: uniffi
233+
bugzilla_user_id: 624105
234+
description: UniFFI project whiteboard tag
235+
parameters:
236+
jira_project_key: UNIFFI
237+
labels_brackets: both
238+
steps:
239+
new:
240+
- create_issue
241+
- add_link_to_bugzilla
242+
- add_link_to_jira
243+
- sync_whiteboard_labels
244+
- sync_keywords_labels
245+
- maybe_assign_jira_user
246+
- maybe_delete_duplicate
247+
- maybe_update_issue_status
248+
existing:
249+
- update_issue_summary
250+
- maybe_assign_jira_user
251+
- maybe_update_issue_status
252+
comment:
253+
- create_comment
254+
status_map:
255+
UNCONFIRMED: New
256+
NEW: New
257+
ASSIGNED: In Progress
258+
REOPENED: In Progress
259+
RESOLVED: Done
260+
VERIFIED: Done
261+
FIXED: Done
262+
INVALID: Cancelled
263+
WONTFIX: Cancelled
264+
INACTIVE: Cancelled
265+
DUPLICATE: Cancelled
266+
WORKSFORME: Cancelled
267+
INCOMPLETE: Cancelled
268+
MOVED: Cancelled
269+
232270
- whiteboard_tag: disco
233271
bugzilla_user_id: 624105
234272
description: DISCO whiteboard tag

0 commit comments

Comments
 (0)