Currently the `sc` property of an issue accepts one number, for instance: ```yaml sc: 1.1.1 ``` It would be nice if you could add an array of SCs: ```yaml sc: [1.1.1, 1.1.2] ```