19 lines
219 B
YAML
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/**
|