-
Notifications
You must be signed in to change notification settings - Fork 304
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] #1358
Conversation
Codecov Report
@@ Coverage Diff @@
## branch-0.18 #1358 +/- ##
===============================================
- Coverage 60.38% 58.95% -1.43%
===============================================
Files 67 67
Lines 3029 3060 +31
===============================================
- Hits 1829 1804 -25
- Misses 1200 1256 +56
Continue to review full report at Codecov.
|
20d2a5b
to
4f35bcb
Compare
@jolorunyomi can you rebase? this shouldn't include any other changes besides the two config files - reviews for the config files can proceed |
fa4b3f3
to
463d9d9
Compare
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 think this is probably fine as-is, but as mentioned in a comment, having the cmake label would be nice.
Also, our recently-updated .github/CODEOWNERS
has many more extensions for docs than what's listed here. I don't know if we want docs limited to .md
files for labels, but if not then I'd refer to the CODEOWNERS
file to see a more exhaustive list.
Let me know what you want to do and I'll re-review, or if you don't feel those changes are appropriate I'll approve this.
@jolorunyomi can you take a look at the updated |
@rlratzel are these the paths you would like for the From https://github.com/rapidsai/cugraph/blob/branch-0.18/.github/CODEOWNERS#L4-L13
|
Yes that looks good, thanks. |
@jolorunyomi can you make these changes to the config file for the |
Dropped python-codeowners from review as they were added before the rebase and this PR contains no python code |
@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.