Closed Hotell closed 2 years ago
this does the job
parameters: '[
{"keywords": ["projectA"], "labels": ["A"]},
{"keywords": ["projectB"], "labels": ["B"]},
{"keywords": ["projectC"], "labels": ["C"]}
]'
Hi, I'm struggling to define
parameters
on multiple lines.Why multiple lines? as our project is quite big we need lot of rules, which if defined inline became hard to read/maintain/bad DX
None of these works:
both will trigger JSON parse error
Do you have any suggestion how to achieve that ?
Thank you!