-
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
Add auto labeler workflow #455
Conversation
Signed-off-by: Tyler Ohlsen <[email protected]>
Signed-off-by: Tyler Ohlsen <[email protected]>
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.
LGTM. Thanks! Can you also help add this to ml-commons?
Yes, I'll handle that |
Codecov Report
@@ Coverage Diff @@
## main #455 +/- ##
============================================
- Coverage 78.14% 77.86% -0.28%
+ Complexity 4162 4149 -13
============================================
Files 296 296
Lines 17657 17657
Branches 1879 1879
============================================
- Hits 13798 13749 -49
- Misses 2975 3026 +51
+ Partials 884 882 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Signed-off-by: Tyler Ohlsen <[email protected]> (cherry picked from commit 3bdb4f6)
Signed-off-by: Tyler Ohlsen <[email protected]> (cherry picked from commit 3bdb4f6)
Signed-off-by: Tyler Ohlsen [email protected]
Description
Similar to frontend PR, this adds a GHA and corresponding config file to auto-label opened PRs to
main
. See other PR for more details.Still defaulting everything to
1.x
for now, may move to2.x
once that branch is available, and themain
has bumped to 2.0 compatibility.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.