diff --git a/.github/labeler.yml b/.github/labeler.yml index 5f14a85..0a8bf08 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -6,6 +6,11 @@ php: - '**/*.php' python: - '**/*.py' +cpp: + - '**/*.cpp' + - '**/*.cxx' + - '**/*.cc' + - '**/*.cp' 'Type: Testing': - '**/tests/*'