-
Notifications
You must be signed in to change notification settings - Fork 73
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
Removed Github DCO action since DCO runs via Github App now #664
Conversation
Signed-off-by: Owais Kazi <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #664 +/- ##
============================================
+ Coverage 78.91% 79.22% +0.30%
- Complexity 4233 4253 +20
============================================
Files 301 301
Lines 17872 17872
Branches 1897 1897
============================================
+ Hits 14104 14159 +55
+ Misses 2868 2813 -55
Partials 900 900
Flags with carried forward coverage won't be shown. Click here to find out more.
|
@owaiskazi19 missing some context on this, what does it mean that it runs through the Github App now? |
Hey @amitgalitz! @opensearch-project has integrated DCO app to run across all the repos. If you see the GH action checks https://github.com/opensearch-project/anomaly-detection/pull/664/checks. You can find DCO app which means we don't have to run the workflow in the repo because it is handled by @opensearch-project across all the repos. |
got it, thanks for keeping it up to date on AD |
Signed-off-by: Owais Kazi <[email protected]> (cherry picked from commit 397ebcc)
Signed-off-by: Owais Kazi <[email protected]> (cherry picked from commit 397ebcc)
Signed-off-by: Owais Kazi [email protected]
Description
Removed Github DCO action since DCO runs via Github App now.
Updated few comments from
ElasticSearch
toOpenSearch
Issues Resolved
List any issues this PR will resolve, e.g. Closes [...].
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.