Skip to content

Commit

Permalink
Merge pull request #155 from rapidsai/branch-0.18
Browse files Browse the repository at this point in the history
[gpuCI] Auto-merge branch-0.18 to branch-0.19 [skip ci]
  • Loading branch information
GPUtester authored Feb 18, 2021
2 parents 048063d + 88fff80 commit 4f9fe93
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# https://github.com/actions/labeler#common-examples
# Adapted from https://github.com/rapidsai/raft/blob/main/.github/CODEOWNERS
# Labels culled from https://github.com/rapidsai/raft/labels

python:
- 'python/**'

cpp:
- 'cpp/**'

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

gpuCI:
- 'ci/**'
11 changes: 11 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: "Pull Request Labeler"
on:
- pull_request_target

jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@main
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 4f9fe93

Please sign in to comment.