From 1ffe7ed4afb5f0e9d209814c9f23455822073c63 Mon Sep 17 00:00:00 2001 From: technote-space Date: Thu, 24 Sep 2020 16:02:34 +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/*'