Skip to content

Commit 49e0ab7

Browse files
author
Bryan Sieber
committed
Updating configuration through YAMLgst
1 parent e054965 commit 49e0ab7

File tree

18 files changed

+179
-244
lines changed

18 files changed

+179
-244
lines changed

Makefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,3 @@ endif
5454
.PHONY: test-shell
5555
test-shell:
5656
docker-compose -f ./docker-compose.yaml -f ./tests/infra/docker-compose.test.yaml run web
57-
58-
59-
.PHONY: generate
60-
generate:
61-
./generate-helper.sh

config.yaml

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ actions:
66
action: src.jbi.whiteboard_actions.default
77
contact: tbd
88
description: Addons whiteboard tag for AMO Team
9-
enabled: true
9+
enabled: false
1010
parameters:
1111
jira_project_key: WEBEXT
1212
whiteboard_tag: addons
@@ -22,58 +22,50 @@ actions:
2222
action: src.jbi.whiteboard_actions.default
2323
contact: tbd
2424
description: Firefox Front End whiteboard tag
25-
enabled: true
25+
enabled: false
2626
parameters:
2727
jira_project_key: FIDEFE
2828
whiteboard_tag: fidefe
2929
fxatps:
3030
action: src.jbi.whiteboard_actions.default
3131
contact: tbd
3232
description: Privacy & Security and Anti-Tracking Team whiteboard tag
33-
enabled: true
33+
enabled: false
3434
parameters:
3535
jira_project_key: FXATPS
3636
whiteboard_tag: fxatps
3737
fxsync:
3838
action: src.jbi.whiteboard_actions.default
3939
contact: tbd
4040
description: Firefox Sync Team whiteboard tag
41-
enabled: true
41+
enabled: false
4242
parameters:
4343
jira_project_key: SYNC
4444
whiteboard_tag: fxsync
4545
gv:
4646
action: src.jbi.whiteboard_actions.default
4747
contact: tbd
4848
description: GeckoView Team whiteboard tag
49-
enabled: true
49+
enabled: false
5050
parameters:
5151
jira_project_key: ANDP
5252
whiteboard_tag: gv
5353
mr2qa:
5454
action: src.jbi.whiteboard_actions.default
5555
contact: tbd
5656
description: MR2 whiteboard tag
57-
enabled: true
57+
enabled: false
5858
parameters:
5959
jira_project_key: MR2
6060
whiteboard_tag: mr2qa
6161
mv3:
6262
action: src.jbi.whiteboard_actions.default
6363
contact: tbd
6464
description: MV3 whiteboard tag
65-
enabled: true
65+
enabled: false
6666
parameters:
6767
jira_project_key: WEBEXT
6868
whiteboard_tag: mv3
69-
nimbus:
70-
action: src.jbi.whiteboard_actions.default
71-
contact: tbd
72-
description: Nimbus Team whiteboard tag
73-
enabled: true
74-
parameters:
75-
jira_project_key: MR2
76-
whiteboard_tag: mr2qa
7769
prodtest:
7870
action: src.jbi.whiteboard_actions.default
7971
contact: tbd
@@ -86,15 +78,15 @@ actions:
8678
action: src.jbi.whiteboard_actions.default
8779
contact: tbd
8880
description: Proton whiteboard tag for Firefox Frontend
89-
enabled: true
81+
enabled: false
9082
parameters:
9183
jira_project_key: FIDEFE
9284
whiteboard_tag: proton
9385
relops:
9486
action: src.jbi.whiteboard_actions.default
9587
contact: tbd
9688
description: Release Operations Team Tag
97-
enabled: true
89+
enabled: false
9890
parameters:
9991
jira_project_key: RELOPS
10092
whiteboard_tag: relops

generate-helper.sh

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)