From 531da79180682ce3493860efd25d103fac908e94 Mon Sep 17 00:00:00 2001 From: technote-space Date: Thu, 24 Sep 2020 10:04:19 +0000 Subject: [PATCH] chore: sync workflows --- .github/labeler.yml | 5 +++++ 1 file changed, 5 insertions(+) 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/*'