-
Notifications
You must be signed in to change notification settings - Fork 953
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
[Admin] Add @SuZhou-Joe as a maintainer #5594
Conversation
Updates MAINTAINERS.md and .github/CODEOWNERS. Here are their current merge contributions, total contributions, and issues: https://github.com/opensearch-project/OpenSearch-Dashboards/pulls?q=is%3Apr+is%3Amerged+author%3Asuzhou-joe+ https://github.com/opensearch-project/OpenSearch-Dashboards/pulls?q=is%3Apr+author%3Asuzhou-joe+ https://github.com/opensearch-project/OpenSearch-Dashboards/issues?q=is%3Aissue+suzhou-joe+is%3Aopen Signed-off-by: Kawika Avilla <kavilla414@gmail.com>
6b431b5
to
859b095
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5594 +/- ##
==========================================
- Coverage 67.00% 66.98% -0.02%
==========================================
Files 3293 3293
Lines 63287 63287
Branches 10062 10062
==========================================
- Hits 42406 42394 -12
- Misses 18441 18453 +12
Partials 2440 2440
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@opensearch-project/admin, please add @SuZhou-Joe as a maintainer to OpenSearch Dashboards. They were nominated and approved by the current maintainers with no vetoes. @SuZhou-Joe has accepted and approved. |
SuZhou-Joe has been added as one of the maintainer of this repo. |
The backport to
To backport manually, run these commands in your terminal: # Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/OpenSearch-Dashboards/backport-1.x 1.x
# Navigate to the new working tree
pushd ../.worktrees/OpenSearch-Dashboards/backport-1.x
# Create a new branch
git switch --create backport/backport-5594-to-1.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 f27a031d7fe01919ef474bd2a9e3cb465a8fa9fd
# Push it to GitHub
git push --set-upstream origin backport/backport-5594-to-1.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/OpenSearch-Dashboards/backport-1.x Then, create a pull request where the |
The backport to
To backport manually, run these commands in your terminal: # Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/OpenSearch-Dashboards/backport-2.x 2.x
# Navigate to the new working tree
pushd ../.worktrees/OpenSearch-Dashboards/backport-2.x
# Create a new branch
git switch --create backport/backport-5594-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 f27a031d7fe01919ef474bd2a9e3cb465a8fa9fd
# Push it to GitHub
git push --set-upstream origin backport/backport-5594-to-2.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/OpenSearch-Dashboards/backport-2.x Then, create a pull request where the |
Backport PR opensearch-project#5594 Updates MAINTAINERS.md and .github/CODEOWNERS. Here are their current merge contributions, total contributions, and issues: https://github.com/opensearch-project/OpenSearch-Dashboards/pulls?q=is%3Apr+is%3Amerged+author%3Asuzhou-joe+ https://github.com/opensearch-project/OpenSearch-Dashboards/pulls?q=is%3Apr+author%3Asuzhou-joe+ https://github.com/opensearch-project/OpenSearch-Dashboards/issues?q=is%3Aissue+suzhou-joe+is%3Aopen Signed-off-by: Kawika Avilla <kavilla414@gmail.com>
Backport PR opensearch-project#5594 Updates MAINTAINERS.md and .github/CODEOWNERS. Here are their current merge contributions, total contributions, and issues: https://github.com/opensearch-project/OpenSearch-Dashboards/pulls?q=is%3Apr+is%3Amerged+author%3Asuzhou-joe+ https://github.com/opensearch-project/OpenSearch-Dashboards/pulls?q=is%3Apr+author%3Asuzhou-joe+ https://github.com/opensearch-project/OpenSearch-Dashboards/issues?q=is%3Aissue+suzhou-joe+is%3Aopen Signed-off-by: Kawika Avilla <kavilla414@gmail.com>
Backport PR #5594 Updates MAINTAINERS.md and .github/CODEOWNERS. Here are their current merge contributions, total contributions, and issues: https://github.com/opensearch-project/OpenSearch-Dashboards/pulls?q=is%3Apr+is%3Amerged+author%3Asuzhou-joe+ https://github.com/opensearch-project/OpenSearch-Dashboards/pulls?q=is%3Apr+author%3Asuzhou-joe+ https://github.com/opensearch-project/OpenSearch-Dashboards/issues?q=is%3Aissue+suzhou-joe+is%3Aopen Signed-off-by: Kawika Avilla <kavilla414@gmail.com> Co-authored-by: Kawika Avilla <kavilla414@gmail.com>
Backport PR #5594 Updates MAINTAINERS.md and .github/CODEOWNERS. Here are their current merge contributions, total contributions, and issues: https://github.com/opensearch-project/OpenSearch-Dashboards/pulls?q=is%3Apr+is%3Amerged+author%3Asuzhou-joe+ https://github.com/opensearch-project/OpenSearch-Dashboards/pulls?q=is%3Apr+author%3Asuzhou-joe+ https://github.com/opensearch-project/OpenSearch-Dashboards/issues?q=is%3Aissue+suzhou-joe+is%3Aopen Signed-off-by: Kawika Avilla <kavilla414@gmail.com> Signed-off-by: Anan Zhuang <ananzh@amazon.com> Co-authored-by: Kawika Avilla <kavilla414@gmail.com> Co-authored-by: Josh Romero <rmerqg@amazon.com>
Description
Updates MAINTAINERS.md and .github/CODEOWNERS.
Here are their current merge contributions, total contributions, and issues:
Issue:
n/a
Signed-off-by: Kawika Avilla kavilla414@gmail.com