Open
Description
I would like to get some info about how the "organisations" are managed, I'm confused about that.
I'm self hosting digger, during creation I've used GITHUB_ORG variable setup as my_org.
In the github action I also have parameter digger-organisation: my_org.
However, in digger UI, all project are in the default "digger" organization. Also in the backend DB, I found only record digger in the "organisations" table. The organisation my_org was never created and is not used. How can I setup that my projects will be under my organisation?
Activity