From 4b7365388c303bde6764b7d6871bd3aaa28a0910 Mon Sep 17 00:00:00 2001 From: Matthew Nicely <50021634+mnicely@users.noreply.github.com> Date: Thu, 13 Oct 2022 07:32:55 -0400 Subject: [PATCH] Update labeler.yml --- .github/labeler.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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/**