Looking at the code for the GetPrefix function, it would appear that setting the prefix in configuration to "repo" would prefix the environment with the repo name. This is exactly what we need (we manage many different repos with the one server).
But when I try that in production I can see the environment name the webhook has built is repo_production. I also can't see GetPrefix being used (apart from in tests) in the codebase.
Using the repo name as a prefix would be a workable solution for us until #115 comes along. Can this feature (as I'm guessing it's supposed to work) be enabled?
Looking at the code for the
GetPrefixfunction, it would appear that setting theprefixin configuration to"repo"would prefix the environment with the repo name. This is exactly what we need (we manage many different repos with the one server).But when I try that in production I can see the environment name the webhook has built is
repo_production. I also can't seeGetPrefixbeing used (apart from in tests) in the codebase.Using the repo name as a prefix would be a workable solution for us until #115 comes along. Can this feature (as I'm guessing it's supposed to work) be enabled?