Skip to content
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

Update playwright.yml #138

Merged
merged 1 commit into from
Aug 31, 2024
Merged

Update playwright.yml #138

merged 1 commit into from
Aug 31, 2024

Conversation

R0Wi
Copy link
Member

@R0Wi R0Wi commented Feb 14, 2024

No description provided.

Signed-off-by: Robin Windey <[email protected]>
Copy link

codecov bot commented Feb 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (7594672) to head (02aba41).
Report is 9 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff             @@
##              master      #138   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity         8         8           
===========================================
  Files              1         1           
  Lines             29        29           
===========================================
  Hits              29        29           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@R0Wi R0Wi merged commit df85e38 into master Aug 31, 2024
19 of 20 checks passed
@R0Wi
Copy link
Member Author

R0Wi commented Aug 31, 2024

The backport to stable28 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-stable28 stable28
# Navigate to the new working tree
cd .worktrees/backport-stable28
# Create a new branch
git switch --create backport-138-to-stable28
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick ---mainline 1 df85e3858164939cbbe121816965a3cec177970b
# Push it to GitHub
git push --set-upstream origin backport-138-to-stable28
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-stable28

Then, create a pull request where the base branch is stable28 and the compare/head branch is backport-138-to-stable28.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant