-
Notifications
You must be signed in to change notification settings - Fork 76
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
Nominate Minal Shah (minalsha) as maintainer #971
Nominate Minal Shah (minalsha) as maintainer #971
Conversation
Signed-off-by: Varun Jain <[email protected]>
You might want to update codeowners file too |
Signed-off-by: Varun Jain <[email protected]>
180a5a6
into
opensearch-project:main
The backport to
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-2.x 2.x
# Navigate to the new working tree
cd .worktrees/backport-2.x
# Create a new branch
git switch --create backport/backport-971-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 180a5a69034aa2043b7f6e98cf26d4f9c71db44d
# Push it to GitHub
git push --set-upstream origin backport/backport-971-to-2.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-2.x Then, create a pull request where the |
@opensearch-project/admin Can you update the permissions for @minalsha and give her maintainer permissions? |
Done! |
* update maintainers.md Signed-off-by: Varun Jain <[email protected]> * update codeowners file Signed-off-by: Varun Jain <[email protected]> --------- Signed-off-by: Varun Jain <[email protected]>
* update maintainers.md Signed-off-by: Varun Jain <[email protected]> * update codeowners file Signed-off-by: Varun Jain <[email protected]> --------- Signed-off-by: Varun Jain <[email protected]>
Nominating minalsha as maintainer of neural-search.
We have followed the OpenSearch process of becoming a maintainer and got an approval for minalsha from other maintainers.