def ghrepo()

in asfyaml/feature/github/__init__.py [0:0]


    def ghrepo(self) -> pygithubrepo.Repository:
        if self._ghrepo is None:
            raise RuntimeError("something went wrong, ghrepo is not set")
        else:
            return self._ghrepo