-
Notifications
You must be signed in to change notification settings - Fork 915
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
122 changed files
with
1,511 additions
and
6,611 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
name: Apply 'untriaged' label during issue lifecycle | ||
|
||
on: | ||
issues: | ||
types: [opened, reopened, transferred] | ||
|
||
jobs: | ||
apply-label: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/github-script@v6 | ||
with: | ||
script: | | ||
github.rest.issues.addLabels({ | ||
issue_number: context.issue.number, | ||
owner: context.repo.owner, | ||
repo: context.repo.repo, | ||
labels: ['untriaged'] | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
# OpenSearch-Dashboards Maintainers | ||
|
||
## Maintainers | ||
| Maintainer | GitHub ID | Affiliation | | ||
| --------------- | --------- | ----------- | | ||
| Anan | [ananzh](https://github.com/ananzh) | Amazon | | ||
| Bishoy Boktor | [boktorbb-amzn](https://github.com/boktorbb-amzn) | Amazon | | ||
| Mihir Soni | [mihirsoni](https://github.com/mihirsoni) | Amazon | | ||
| Rocky | [kavilla](https://github.com/kavilla) | Amazon | | ||
| Sean Neumann | [seanneumann](https://github.com/seanneumann) | Amazon | | ||
| Miki Barahmand | [AMoo-Miki](https://github.com/AMoo-Miki) | Amazon | | ||
| Ashwin P Chandran | [ashwin-pc](https://github.com/ashwin-pc) | Amazon | | ||
| Josh Romero | [joshuarrrr](https://github.com/joshuarrrr) | Amazon | | ||
| Abby Hu | [abbyhu2000](https://github.com/abbyhu2000) | Amazon | | ||
| Yan Zeng | [zengyan-amazon](https://github.com/zengyan-amazon) | Amazon | | ||
| Kristen Tian | [kristenTian](https://github.com/kristenTian) | Amazon | | ||
| Zhongnan Su | [zhongnansu](https://github.com/zhongnansu) | Amazon | | ||
| Manasvini B Suryanarayana | [manasvinibs](https://github.com/manasvinibs) | Amazon | | ||
| Maintainer | GitHub ID | Affiliation | | ||
| ------------------------- | --------------------------------------------------- | ----------- | | ||
| Anan Zhuang | [ananzh](https://github.com/ananzh) | Amazon | | ||
| Bishoy Boktor | [boktorbb](https://github.com/boktorbb) | Amazon | | ||
| Mihir Soni | [mihirsoni](https://github.com/mihirsoni) | Amazon | | ||
| Kawika (Rocky) Avilla | [kavilla](https://github.com/kavilla) | Amazon | | ||
| Sean Neumann | [seanneumann](https://github.com/seanneumann) | Amazon | | ||
| Miki Barahmand | [AMoo-Miki](https://github.com/AMoo-Miki) | Amazon | | ||
| Ashwin P Chandran | [ashwin-pc](https://github.com/ashwin-pc) | Amazon | | ||
| Josh Romero | [joshuarrrr](https://github.com/joshuarrrr) | Amazon | | ||
| Abby Hu | [abbyhu2000](https://github.com/abbyhu2000) | Amazon | | ||
| Yan Zeng | [zengyan-amazon](https://github.com/zengyan-amazon) | Amazon | | ||
| Kristen Tian | [kristenTian](https://github.com/kristenTian) | Amazon | | ||
| Zhongnan Su | [zhongnansu](https://github.com/zhongnansu) | Amazon | | ||
| Manasvini B Suryanarayana | [manasvinibs](https://github.com/manasvinibs) | Amazon | | ||
|
||
## Emeritus | ||
|
||
| Maintainer | GitHub ID | Affiliation | | ||
| --------------- | --------- | ----------- | | ||
| Tommy Markley | [tmarkley](https://github.com/tmarkley) | Amazon | | ||
| Maintainer | GitHub ID | Affiliation | | ||
| ------------------------- | --------------------------------------------------- | ----------- | | ||
| Tommy Markley | [tmarkley](https://github.com/tmarkley) | Amazon | | ||
|
||
[This document](https://github.com/opensearch-project/.github/blob/main/MAINTAINERS.md) explains what maintainers do, and how they should be doing it. If you're interested in contributing, see [CONTRIBUTING](CONTRIBUTING.md). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.