-
Notifications
You must be signed in to change notification settings - Fork 811
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spell-correction for e2e_errors #6354
Conversation
Signed-off-by: alex-z <[email protected]>
Quality Gate failedFailed conditions 12 New Code Smells (required ≤ 0) See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
AppImage file: nextcloud-PR-6354-6791cc6365bd6aada591d9c38bfb68fcbcebe40b-x86_64.AppImage |
The backport to # Switch to the target branch and update it
git checkout stable-3.10
git pull origin stable-3.10
# Create the new backport branch
git checkout -b backport/6354/stable-3.10
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 6791cc6365bd6aada591d9c38bfb68fcbcebe40b
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/6354/stable-3.10 Error: No changes found in backport branch Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
The backport to # Switch to the target branch and update it
git checkout stable-3.10
git pull origin stable-3.10
# Create the new backport branch
git checkout -b backport/6354/stable-3.10
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 6791cc6365bd6aada591d9c38bfb68fcbcebe40b
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/6354/stable-3.10 Error: No changes found in backport branch Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
/backport to stable-3.11 |
No description provided.