Hi. I am trying to limit the repositories that the app should show.
I am using the self hosted Docker version.
There I have set the following Docker environment:
DRONE_LIMIT_REPOS=octocat/hello-world,spaceghost/*
But the interface still shows a lot of other repositories available for the CI.
Am I during something wrong?