Skip to content

Conversation

@Samiul-TheSoccerFan
Copy link
Contributor

This PR fixes the discrepancies regarding the requirement type of retrievers field.

@Samiul-TheSoccerFan Samiul-TheSoccerFan merged commit 27eca8a into main Jun 25, 2025
14 checks passed
@Samiul-TheSoccerFan Samiul-TheSoccerFan deleted the update-retrievers-specification branch June 25, 2025 14:32
@github-actions
Copy link
Contributor

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

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

github-actions bot pushed a commit that referenced this pull request Jun 25, 2025
* Updating field types

* adding generated types and jsons

(cherry picked from commit 27eca8a)
Samiul-TheSoccerFan added a commit that referenced this pull request Jun 25, 2025
* Updating field types

* adding generated types and jsons

(cherry picked from commit 27eca8a)
JoshMock pushed a commit that referenced this pull request Jun 25, 2025
* Updating field types

* adding generated types and jsons

(cherry picked from commit 27eca8a)

Co-authored-by: Samiul Monir <150824886+Samiul-TheSoccerFan@users.noreply.github.com>
JoshMock pushed a commit that referenced this pull request Jun 25, 2025
* Updating field types

* adding generated types and jsons

(cherry picked from commit 27eca8a)
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.

3 participants