diff --git a/.github/labeler.yml b/.github/labeler.yml index c9cee54d..a3a07b4e 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,8 +1,18 @@ # https://github.com/actions/labeler#common-examples -cutlass: +examples: - examples/** + +source: + - cmake/** - include/cutlass/** + +documentation: + - docs/** - media/** + +testing: - test/** + +tooling: - tools/**