-
Notifications
You must be signed in to change notification settings - Fork 908
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
Auto-label PRs based on their content [skip-ci] #7044
Conversation
Codecov Report
@@ Coverage Diff @@
## branch-0.18 #7044 +/- ##
===============================================
+ Coverage 81.95% 82.20% +0.25%
===============================================
Files 96 98 +2
Lines 16294 16692 +398
===============================================
+ Hits 13353 13722 +369
- Misses 2941 2970 +29
Continue to review full report at Codecov.
|
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.
Nice work on this. I think that the file/path patterns will need to be re-reviewed and adjusted according to the actions/labeler README though.
This PR needs a description of what is in the PR. |
@jolorunyomi can you update this PR and others with a description of what it is addressing? This way it can be auto-merged and saved in the update log? |
.github/labeler.yml
Outdated
- '**/Dockerfile' | ||
- '**/.dockerignore' | ||
- 'docker/**' |
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.
These can be dropped
.github/labeler.yml
Outdated
Ops: | ||
- '.github/**' |
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.
I would drop these
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 now
.github/labeler.yml
Outdated
- 'python/**' | ||
- 'notebooks/**' | ||
|
||
cpp: |
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.
@kkraus14 should this label be libcudf
or libcudf++
? Or do you prefer a new label here of cpp
? Just trying to match to an existing label and cpp
is not one currently
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.
libcudf
if we want to match an existing label
Is this ready to merge once CI passes? @jolorunyomi @mike-wendt |
with |
That's fine, can you please take ownership of getting this PR merged? I don't know whether it is ready. |
Co-authored-by: Mark Harris <mharris@nvidia.com>
This should pass shortly and can be merged with the bot command as it will pass all checks in a few mins |
@gpucibot merge |
This PR adds the GitHub action PR Labeler to auto-label PRs based on their content.
Labeling is managed with a configuration file
.github/labeler.yml
using the following options.