Skip to content

Commit beab6ea

Browse files
committed
set_webhook log: warn->info
1 parent 88d6e8e commit beab6ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hubcast/clients/gitlab/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ async def set_webhook(self, gl_fullname: str, data: Dict):
9191
hooks_data = await gl.getitem(url)
9292
except gidgetlab.exceptions.BadRequest as exc:
9393
if exc.status_code == 403:
94-
log.warning(
94+
log.info(
9595
"User cannot access GitLab webhooks; skipping set_webhook. Must have `maintainer` role.",
9696
extra={"user": self.user, "repo": gl_fullname},
9797
)

0 commit comments

Comments
 (0)