There was an error while loading. Please reload this page.
1 parent 88d6e8e commit beab6eaCopy full SHA for beab6ea
1 file changed
src/hubcast/clients/gitlab/client.py
@@ -91,7 +91,7 @@ async def set_webhook(self, gl_fullname: str, data: Dict):
91
hooks_data = await gl.getitem(url)
92
except gidgetlab.exceptions.BadRequest as exc:
93
if exc.status_code == 403:
94
- log.warning(
+ log.info(
95
"User cannot access GitLab webhooks; skipping set_webhook. Must have `maintainer` role.",
96
extra={"user": self.user, "repo": gl_fullname},
97
)
0 commit comments