@@ -17,7 +17,7 @@ def gitea():
DeployerRequest(
user = data["repository"]["owner"]["username"],
repo = data["repository"]["name"],
branch = data["ref"].strip("refs/heads/"),
branch = data["ref"].removeprefix("refs/heads/"),
commit_hash = data["after"]
)
The note is not visible to the blocked user.