How to manage contributors without git accounts in Weblate integration? #11348
Replies: 1 comment
-
I didn't think to look at Gitlab repo settings. When I turned off the setting I marked, my problem was solved. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I have integration with Weblate and GitLab merge request. There are multiple people involved in the translation process. However, these individuals do not have GitLab accounts. Naturally, when I try to push changes made on Weblate, I get the following error:
remote: GitLab: Author '[email protected]' is not a member of team
To git.gitlab.com:user/repo.git
I want to make a setting like this: If the person making the changes does not have an account, it should behave like an anonymous user.
What approach should I take to fulfill this request?
Beta Was this translation helpful? Give feedback.
All reactions