Update labeler.yml

This commit is contained in:
Matthew Nicely 2022-10-13 07:32:55 -04:00 committed by GitHub
parent 0d8405588d
commit 4b7365388c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

12
.github/labeler.yml vendored
View File

@ -1,8 +1,18 @@
# https://github.com/actions/labeler#common-examples # https://github.com/actions/labeler#common-examples
cutlass: examples:
- examples/** - examples/**
source:
- cmake/**
- include/cutlass/** - include/cutlass/**
documentation:
- docs/**
- media/** - media/**
testing:
- test/** - test/**
tooling:
- tools/** - tools/**