-
Notifications
You must be signed in to change notification settings - Fork 154
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] #337
Conversation
This PR needs a description. |
.github/labeler.yml
Outdated
Python: | ||
- 'python/**' | ||
- 'notebooks/**' | ||
|
||
libcuspatial: | ||
- 'cpp/**' | ||
|
||
CMake: | ||
- '**/CMakeLists.txt' | ||
- '**/cmake/**' | ||
|
||
Java: | ||
- 'java/**' |
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.
This section should match this repo's labels and the contents of the .github/CODEOWNERS file as a starting guide - PICs in this repo would then add or suggest more labels as needed
.github/labeler.yml
Outdated
Ops: | ||
- '.github/**' | ||
- 'ci/**' | ||
- 'conda/**' | ||
- '**/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.
This section should be removed
Co-authored-by: AJ Schmidt <ajschmidt8@users.noreply.github.com>
@mike-wendt mind updating your review when you get the chance? |
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.
This PR has been labeled |
@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.