-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Convert issue template to use GitHub issue form #11178
Conversation
Compatibility status:Checks if related components are compatible with change 6bc0cd6 Incompatible componentsSkipped componentsCompatible componentsCompatible components: [https://github.com/opensearch-project/security-analytics.git, https://github.com/opensearch-project/security.git, https://github.com/opensearch-project/observability.git, https://github.com/opensearch-project/asynchronous-search.git, https://github.com/opensearch-project/opensearch-oci-object-storage.git, https://github.com/opensearch-project/job-scheduler.git, https://github.com/opensearch-project/custom-codecs.git, https://github.com/opensearch-project/reporting.git, https://github.com/opensearch-project/sql.git, https://github.com/opensearch-project/ml-commons.git, https://github.com/opensearch-project/notifications.git, https://github.com/opensearch-project/common-utils.git, https://github.com/opensearch-project/cross-cluster-replication.git, https://github.com/opensearch-project/neural-search.git, https://github.com/opensearch-project/index-management.git, https://github.com/opensearch-project/anomaly-detection.git, https://github.com/opensearch-project/alerting.git, https://github.com/opensearch-project/geospatial.git, https://github.com/opensearch-project/k-nn.git, https://github.com/opensearch-project/performance-analyzer-rca.git, https://github.com/opensearch-project/performance-analyzer.git] |
❌ Gradle check result for ae9acf6: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
❕ Gradle check result for ec56d57: UNSTABLE
Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #11178 +/- ##
============================================
+ Coverage 71.12% 71.19% +0.07%
- Complexity 58788 58807 +19
============================================
Files 4883 4883
Lines 277152 277152
Branches 40281 40281
============================================
+ Hits 197134 197329 +195
+ Misses 63545 63390 -155
+ Partials 16473 16433 -40 ☔ View full report in Codecov by Sentry. |
❌ Gradle check result for 43a430d: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
❕ Gradle check result for a76f39a: UNSTABLE
Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
❕ Gradle check result for af79e23: UNSTABLE
Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
- Search:Resiliency | ||
- Search:Performance | ||
- Search:Query Capabilities | ||
- Search:Query Insights | ||
- Search:Aggregations | ||
- Search:Remote Search | ||
- Search:Relevance | ||
- Search:Searchable Snapshots | ||
- Search | ||
- Indexing:Replication | ||
- Indexing:Performance | ||
- Indexing | ||
- Storage:Snapshots | ||
- Storage:Performance | ||
- Storage:Durability | ||
- Storage:Remote | ||
- Storage | ||
- Cluster Manager | ||
- Extensions | ||
- Build Libraries & Interfaces | ||
- Plugins |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do these show up in the dropdown in the order given here? If so, can we sort these alphabetically?
I agree with leaving the "general" labels below the more specific ones (i.e. Search
would come after Search:Searchable Snapshots
), but otherwise, I think it would be a lot easier if the whole thing were sorted. Thanks!
❕ Gradle check result for 6bc0cd6: UNSTABLE
Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
@bowenlan-amzn are you still working on this? curious why it was closed? |
Description
This PR converts the issue templates to use GitHub issue form.
New component dropdown is added and requiring user to select one component from. You can see the effect in my repo https://github.com/bowenlan-amzn/OpenSearch/issues
The possible component labels are extracted from #10566
After the issue created, the workflow will be triggered and automatically triage, add the selected label to, the issue. Note that currently this is not supported by GitHub issue form out of the box, referring to https://github.com/orgs/community/discussions/4266.
This workflow is tested by this issue bowenlan-amzn#1
Related Issues
Resolves #10901
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.