Tomas Vancoillie

Results 4 comments of Tomas Vancoillie
trafficstars

Had the same issue when specifying `actions/labeler@master` instead of `actions/labeler@v2` to use the `any` and `all` functionality stated [https://github.com/actions/labeler/issues/73#issuecomment-639034278](here.) My configuration looks like this ```shell repo: - any: [./*] ```...

Solved this by manually deleting the connected branch from the previous repo in General settings. Then I was able to see the new authorized repo with its branches.

Combobox stopped working with a same kind of error. Imports are correct. ```md Uncaught TypeError: undefined is not iterable (cannot read property Symbol(Symbol.iterator)) ``` Okay, found it. Package `cmdk` had...