helpers icon indicating copy to clipboard operation
helpers copied to clipboard

Make repo short name part of the config

Open gpsaggese opened this issue 9 months ago • 0 comments

We have a weird hacky logic to find out the short name of the repo (which is used for the naming of the bugs and other small things)

@functools.lru_cache()
def _get_repo_short_to_full_name(include_host_name: bool) -> Dict[str, str]:

We should rip off that crap and create a var for the short name in the config

gpsaggese avatar Feb 28 '25 15:02 gpsaggese