From f3eea3a4d78ae0d3999efdb36a30b5c31c575837 Mon Sep 17 00:00:00 2001 From: Matthew Nicely <50021634+mnicely@users.noreply.github.com> Date: Thu, 29 Sep 2022 15:08:44 -0400 Subject: [PATCH] Create labeler.yml --- .github/labeler.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/labeler.yml 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/**