This commit is contained in:
parent
94d3f993b2
commit
f755fb44f6
|
@ -494,6 +494,7 @@ class Gitea:
|
||||||
self.repository_api.user_current_delete_subscription(
|
self.repository_api.user_current_delete_subscription(
|
||||||
self.org_name, repo.name
|
self.org_name, repo.name
|
||||||
)
|
)
|
||||||
|
logger.info(f"Unwatched {repo.name}")
|
||||||
|
|
||||||
def get_all_teams(self) -> Dict[str, List[str]]:
|
def get_all_teams(self) -> Dict[str, List[str]]:
|
||||||
res: Dict[str, List[str]] = {}
|
res: Dict[str, List[str]] = {}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user