From 0f47b9a55d8231641c8bdb0c4e6ade9c42375877 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Vannicatte?= Date: Mon, 7 Feb 2022 12:10:07 +0100 Subject: [PATCH 1/2] chore: add scopes to semantic --- .github/semantic.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/semantic.yml b/.github/semantic.yml index 20540d41e25..18036ef7206 100644 --- a/.github/semantic.yml +++ b/.github/semantic.yml @@ -2,3 +2,6 @@ scopes: - javascript - php - java + - cts + - specs + - scripts From b1173b82dc8eaca08e04365afbae09faaaa9f24d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Vannicatte?= Date: Mon, 7 Feb 2022 13:18:31 +0100 Subject: [PATCH 2/2] use singular scopes --- .github/semantic.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/semantic.yml b/.github/semantic.yml index 18036ef7206..c77df89de60 100644 --- a/.github/semantic.yml +++ b/.github/semantic.yml @@ -3,5 +3,5 @@ scopes: - php - java - cts - - specs - - scripts + - spec + - script