diff --git a/.github/labeler.yml b/.github/labeler.yml new file mode 100644 index 00000000..c9cee54d --- /dev/null +++ b/.github/labeler.yml @@ -0,0 +1,8 @@ +# https://github.com/actions/labeler#common-examples + +cutlass: + - examples/** + - include/cutlass/** + - media/** + - test/** + - tools/**