nextcloud / viewer

🖼 Simple file viewer with slideshow for media
GNU Affero General Public License v3.0
99 stars 55 forks source link

perf: fast cypress #2513

Closed skjnldsv closed 2 months ago

skjnldsv commented 2 months ago

/backport to stable30

skjnldsv commented 2 months ago

/backport to stable30

backportbot[bot] commented 2 months ago

The backport to stable30 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable30
git pull origin stable30

# Create the new backport branch
git checkout -b backport/2513/stable30

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick a90810f0 5b10a2b5

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/2513/stable30

Error: Failed to create pull request: Validation Failed: {"resource":"PullRequest","code":"custom","message":"A pull request already exists for nextcloud:backport/2513/stable30."}


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.