Skip to content

chore: update sponsors - #1083

Merged
metcoder95 merged 1 commit into
currentfrom
update_sponsors
Jun 18, 2026
Merged

chore: update sponsors#1083
metcoder95 merged 1 commit into
currentfrom
update_sponsors

Conversation

@metcoder95

Copy link
Copy Markdown
Member

Overview

Category

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation
  • Maintenance (refactoring, dependency updates, etc.)

Contribution Checklist

  • I have reviewed the guidelines for this project.
  • I agree to follow the Code of Conduct.
  • My code adheres to the project's style and conventions.
  • I have added tests to cover my changes.
  • All tests passed locally.
  • I have updated relevant documentation.

DCO Sign-off

  • I certify that I have the right to submit this contribution under the open source license (DCO 1.1).

@metcoder95 metcoder95 added backport v5 Backport related with v5.x backport v4 Backport work label related with v4.x backport v6 PR to backport to v6 labels Jun 18, 2026
@metcoder95
metcoder95 merged commit 115a17d into current Jun 18, 2026
30 checks passed
@metcoder95
metcoder95 deleted the update_sponsors branch June 18, 2026 09:10
@github-actions

Copy link
Copy Markdown

The backport to v4 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-v4 v4
# Navigate to the new working tree
cd .worktrees/backport-v4
# Create a new branch
git switch --create backport-1083-to-v4
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 115a17da2e05b1c027b3836f83771dc2abfb333c
# Push it to GitHub
git push --set-upstream origin backport-1083-to-v4
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-v4

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

This was referenced Jun 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport v4 Backport work label related with v4.x backport v5 Backport related with v5.x backport v6 PR to backport to v6

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant