Replies: 1 comment 1 reply
-
I have no experience with Azure DevOps, but there was some discussion on this at #10227 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am working on setting up Weblate to use in combination with Azure DevOps. I've set things up so Weblate pulls changes from the
develop
branch and will also push changes back to thedevelop
branch.Since I use pull requests to merge work in
develop
I've locked down thedevelop
branch to only allow merging from a pull request. This means Weblate must also create pull requests when it wants to push changes.I've found Weblate documentation on how to set this up and managed to configure things so the 'Azure DevOps pull request' option shows up when configuring the Version Control System.
In short to set things up I've configured the following environment variables (real values replaced with dummy values):
However as soon as I click the 'Push' button in 'Repository Maintenance' I get the following error:
This seems to suggest two things:
WEBLATE_AZURE_DEVOPS_USERNAME
according to the documentation should be the project name, but this error message suggests it should be a user name?Anyone have any success using the pull request feature from Azure DevOps?
I am using a self hosted version of Weblate 5.6.2
Beta Was this translation helpful? Give feedback.
All reactions