-
Notifications
You must be signed in to change notification settings - Fork 68
chore: update workflows from templates #1194
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
Conversation
c4a5a51 to
3b5c30d
Compare
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
3b5c30d to
cabeff6
Compare
Signed-off-by: Louis Chemineau <louis@chmn.me>
ad71234 to
88ca60c
Compare
ae339e0 to
65e1aca
Compare
Signed-off-by: Louis Chemineau <louis@chmn.me>
This comment was marked as resolved.
This comment was marked as resolved.
65e1aca to
5980295
Compare
Signed-off-by: Louis Chemineau <louis@chmn.me>
5980295 to
d4862e5
Compare
|
/rebase |
8ea0ea7 to
b7e85af
Compare
b7e85af to
d64d785
Compare
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: Louis Chemineau <louis@chmn.me>
d64d785 to
6c234c8
Compare
Signed-off-by: Louis Chemineau <louis@chmn.me>
Signed-off-by: Louis Chemineau <louis@chmn.me>
|
/backport to stable27 |
|
/backport to stable26 |
|
/backport to stable25 |
|
The backport to stable27 failed. Please do this backport manually. # Switch to the target branch and update it
git checkout stable27
git pull origin/stable27
# Create the new backport branch
git checkout -b fix/foo-stable27
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts. Resolve them.
git cherry-pick abc123
# Push the cherry pick commit to the remote repository and open a pull request
git push origin fix/foo-stable27More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport |
|
The backport to stable25 failed. Please do this backport manually. # Switch to the target branch and update it
git checkout stable25
git pull origin/stable25
# Create the new backport branch
git checkout -b fix/foo-stable25
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts. Resolve them.
git cherry-pick abc123
# Push the cherry pick commit to the remote repository and open a pull request
git push origin fix/foo-stable25More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport |
|
The backport to stable26 failed. Please do this backport manually. # Switch to the target branch and update it
git checkout stable26
git pull origin/stable26
# Create the new backport branch
git checkout -b fix/foo-stable26
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts. Resolve them.
git cherry-pick abc123
# Push the cherry pick commit to the remote repository and open a pull request
git push origin fix/foo-stable26More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport |
This PR was automatically generated by the workflow dispatcher
Please check that there are no reverted changes before merging ⚠
See templates in https://github.com/nextcloud/.github