Skip to content

Commit de69798

Browse files
authored
Ref #479: disable synchronization of labels on dataquality/dataplatform (#511)
Error reported in Sentry https://mozilla.sentry.io/issues/3571741650/?project=6364263 `"labels":"Field 'labels' cannot be set. It is not on the appropriate screen, or unknown."`
1 parent 757b806 commit de69798

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

config/config.nonprod.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@
207207
WORKSFORME: Done
208208
INCOMPLETE: Done
209209
MOVED: Done
210+
sync_whiteboard_labels: false
210211

211212
- whiteboard_tag: dataquality
212213
bugzilla_user_id: tbd
@@ -244,3 +245,4 @@
244245
WORKSFORME: Done
245246
INCOMPLETE: Done
246247
MOVED: Done
248+
sync_whiteboard_labels: false

config/config.prod.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@
290290
- maybe_update_issue_status
291291
comment:
292292
- create_comment
293+
sync_whiteboard_labels: false
293294

294295

295296
- whiteboard_tag: dataquality
@@ -313,3 +314,4 @@
313314
- maybe_update_issue_status
314315
comment:
315316
- create_comment
317+
sync_whiteboard_labels: false

0 commit comments

Comments
 (0)