Skip to content

Commit 9fd1a45

Browse files
Merge pull request #51 from mozilla/enable-prod-flows
Enabling production data flows
2 parents d472f4a + 90dcc21 commit 9fd1a45

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

config/config.prod.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,49 +6,56 @@ actions:
66
# action: src.jbi.whiteboard_actions.default
77
contact: tbd
88
description: Addons whiteboard tag for AMO Team
9-
# enabled: false
9+
enabled: true
1010
parameters:
1111
jira_project_key: WEBEXT
1212
whiteboard_tag: addons
1313
fidedi:
1414
contact: tbd
1515
description: Firefox Desktop Integration whiteboard tag
16+
enabled: true
1617
parameters:
1718
jira_project_key: FIDEDI
1819
whiteboard_tag: fidedi
1920
fidefe:
2021
contact: tbd
2122
description: Firefox Front End whiteboard tag
23+
enabled: true
2224
parameters:
2325
jira_project_key: FIDEFE
2426
whiteboard_tag: fidefe
2527
fxatps:
2628
contact: tbd
2729
description: Privacy & Security and Anti-Tracking Team whiteboard tag
30+
enabled: true
2831
parameters:
2932
jira_project_key: FXATPS
3033
whiteboard_tag: fxatps
3134
fxsync:
3235
contact: tbd
3336
description: Firefox Sync Team whiteboard tag
37+
enabled: true
3438
parameters:
3539
jira_project_key: SYNC
3640
whiteboard_tag: fxsync
3741
gv:
3842
contact: tbd
3943
description: GeckoView Team whiteboard tag
44+
enabled: true
4045
parameters:
4146
jira_project_key: ANDP
4247
whiteboard_tag: gv
4348
mr2qa:
4449
contact: tbd
4550
description: MR2 whiteboard tag
51+
enabled: true
4652
parameters:
4753
jira_project_key: MR2
4854
whiteboard_tag: mr2qa
4955
mv3:
5056
contact: tbd
5157
description: MV3 whiteboard tag
58+
enabled: true
5259
parameters:
5360
jira_project_key: WEBEXT
5461
whiteboard_tag: mv3
@@ -62,18 +69,21 @@ actions:
6269
proton:
6370
contact: tbd
6471
description: Proton whiteboard tag for Firefox Frontend
72+
enabled: true
6573
parameters:
6674
jira_project_key: FIDEFE
6775
whiteboard_tag: proton
6876
relops:
6977
contact: tbd
7078
description: Release Operations Team Tag
79+
enabled: true
7180
parameters:
7281
jira_project_key: RELOPS
7382
whiteboard_tag: relops
7483
snt:
7584
contact: tbd
7685
description: Search/NewTab Team Tag
86+
enabled: true
7787
parameters:
7888
jira_project_key: SNT
7989
whiteboard_tag: snt

0 commit comments

Comments
 (0)