Skip to content
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

Merged
merged 6 commits into from
Mar 19, 2021
Merged

Conversation

jolorunyomi
Copy link
Contributor

@jolorunyomi jolorunyomi commented Dec 30, 2020

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.

@jolorunyomi jolorunyomi requested a review from a team as a code owner December 30, 2020 17:57
@harrism
Copy link
Member

harrism commented Jan 5, 2021

This PR needs a description.

Comment on lines 5 to 17
Python:
- 'python/**'
- 'notebooks/**'

libcuspatial:
- 'cpp/**'

CMake:
- '**/CMakeLists.txt'
- '**/cmake/**'

Java:
- 'java/**'
Copy link
Contributor

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

Comment on lines 19 to 25
Ops:
- '.github/**'
- 'ci/**'
- 'conda/**'
- '**/Dockerfile'
- '**/.dockerignore'
- 'docker/**'
Copy link
Contributor

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

.github/labeler.yml Outdated Show resolved Hide resolved
.github/labeler.yml Show resolved Hide resolved
@jolorunyomi jolorunyomi changed the title Create labeler.yml update pr-labeler configuration Jan 28, 2021
Co-authored-by: AJ Schmidt <ajschmidt8@users.noreply.github.com>
@jolorunyomi jolorunyomi changed the title update pr-labeler configuration Auto-label PRs based on their content [skip-ci] Jan 29, 2021
@thomcom thomcom added non-breaking Non-breaking change tech debt Related to improving software quality feature request New feature or request labels Feb 2, 2021
@thomcom
Copy link
Contributor

thomcom commented Feb 2, 2021

@mike-wendt mind updating your review when you get the chance?

Copy link
Contributor

@mike-wendt mike-wendt left a comment

Choose a reason for hiding this comment

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

Approved, but defer to @trxcllnt and @thomcom for final approval as they are the most active committers on this repo. Feel free to suggest or change labels/paths

@github-actions
Copy link

This PR has been labeled inactive-30d due to no recent activity in the past 30 days. Please close this PR if it is no longer required. Otherwise, please respond with a comment indicating any updates. This PR will be labeled inactive-90d if there is no activity in the next 60 days.

@mike-wendt mike-wendt changed the base branch from branch-0.18 to branch-0.19 March 19, 2021 15:20
@mike-wendt
Copy link
Contributor

@trxcllnt @thomcom feel free to update the config if needed, going to merge this as-is to get started

@mike-wendt
Copy link
Contributor

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 8233d69 into branch-0.19 Mar 19, 2021
@mike-wendt mike-wendt deleted the pr-labeler branch March 19, 2021 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request non-breaking Non-breaking change tech debt Related to improving software quality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants