cutlass/.github/labeler.yml
2022-10-13 07:32:55 -04:00

19 lines
219 B
YAML

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