Skip to content

Commit

Permalink
Merge pull request ceph#38072 from tchaikov/wip-github-labeler-crimson
Browse files Browse the repository at this point in the history
github/labeler: add "crimson" to labeler.yml

Reviewed-by: Ernesto Puerta <[email protected]>
  • Loading branch information
tchaikov authored Nov 16, 2020
2 parents 6441771 + 093a239 commit 9c1614c
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
pybind:
- src/pybind/cephfs/*
- src/pybind/mgr/*
- src/pybind/rados/*
- src/pybind/rbd/*
- src/pybind/rgw/*
- src/pybind/*

common:
- src/common
- src/global
- src/log

core:
- src/blk/**
- src/crush/*
- src/librados/**
- src/mgr/**
- src/mon/**
- src/os/**
- src/osd/**

crimson:
- doc/dev/crimson/**
- src/crimson/**
- src/test/crimson/**
- qa/suites/crimson-rados/**

dashboard:
- src/pybind/mgr/dashboard/**
- qa/suites/rados/dashboard/**
Expand Down

0 comments on commit 9c1614c

Please sign in to comment.