Skip to content

Create labeler.yml#1318

Merged
rapids-bot[bot] merged 6 commits intobranch-0.18from
pr-labeler-1
Jan 11, 2021
Merged

Create labeler.yml#1318
rapids-bot[bot] merged 6 commits intobranch-0.18from
pr-labeler-1

Conversation

@jolorunyomi
Copy link
Copy Markdown
Contributor

@jolorunyomi jolorunyomi commented Dec 23, 2020

Summary

This PR adds a GitHub action (PR Labeler) to auto label PRs based on a labeling rule and changes in PR.

@jolorunyomi jolorunyomi requested a review from a team as a code owner December 23, 2020 16:25
@codecov-io
Copy link
Copy Markdown

codecov-io commented Dec 23, 2020

Codecov Report

Merging #1318 (1d9561f) into branch-0.18 (70d9abd) will decrease coverage by 0.31%.
The diff coverage is n/a.

Impacted file tree graph

@@               Coverage Diff               @@
##           branch-0.18    #1318      +/-   ##
===============================================
- Coverage        60.38%   60.06%   -0.32%     
===============================================
  Files               67       67              
  Lines             3029     3060      +31     
===============================================
+ Hits              1829     1838       +9     
- Misses            1200     1222      +22     
Impacted Files Coverage Δ
python/cugraph/utilities/utils.py 66.92% <0.00%> (-4.63%) ⬇️
python/cugraph/dask/common/mg_utils.py 37.50% <0.00%> (-2.50%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 70d9abd...1d9561f. Read the comment docs.

Copy link
Copy Markdown
Member

@ajschmidt8 ajschmidt8 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please see the similar comment on the cuDF PR below about updating the file/path patterns.

rapidsai/cudf#7044 (comment)

@BradReesWork BradReesWork added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Jan 5, 2021
@BradReesWork BradReesWork added this to the 0.18 milestone Jan 5, 2021
Copy link
Copy Markdown
Member

@afender afender left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I noticed there's no labels for :

  • docs
  • datasets
  • md files

This would be something to consider adding to make sure labels are always auto-created.

Comment thread .github/labeler.yml Outdated
- **/cmake/**

Java:
- java/**
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should be fine, but just to confirm we do not have a java folder yet.

Comment thread .github/labeler.yml Outdated

python:
- python/**
- notebooks/**
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rlratzel should the benchmark directory be there?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, the benchmark dir is python code we run nightly and as part of CI (in test-only mode) so we'd want that added as well.

Comment thread .github/labeler.yml Outdated

python:
- python/**
- notebooks/**
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, the benchmark dir is python code we run nightly and as part of CI (in test-only mode) so we'd want that added as well.

Comment thread .github/labeler.yml Outdated

Ops:
- .github/**
- /ci/**
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm assuming this is boilerplate we don't need to review, but the leading / here for the ci folder looked suspicious.

Copy link
Copy Markdown
Contributor

@rlratzel rlratzel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should add the benchmark dir.

@afender
Copy link
Copy Markdown
Member

afender commented Jan 5, 2021

tangential topic: do we have doc owners for review (ie. owners for md and rst files)? I haven't seen that but we probably should as doc is expected to get upgraded a lot in the near future.

Copy link
Copy Markdown
Member

@ajschmidt8 ajschmidt8 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

one minor change requested. also, can you include a description on the PR?

Comment thread .github/labeler.yml Outdated
Copy link
Copy Markdown
Contributor

@rlratzel rlratzel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving assuming AJ's question gets resolved and a description of the PR is added.

@jolorunyomi jolorunyomi requested a review from ajschmidt8 January 9, 2021 05:16
Co-authored-by: AJ Schmidt <ajschmidt8@users.noreply.github.com>
@rapids-bot rapids-bot Bot merged commit 85f0a3a into branch-0.18 Jan 11, 2021
@ajschmidt8 ajschmidt8 deleted the pr-labeler-1 branch January 14, 2021 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

improvement Improvement / enhancement to an existing function non-breaking Non-breaking change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants