From e60bd311a4cc2067c77b364080573a6c4b6bb30a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Thu, 17 Sep 2020 12:59:13 +0200 Subject: [PATCH] build: Add semantic PR config - Added 'semantic.yml'. --- .github/semantic.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/semantic.yml diff --git a/.github/semantic.yml b/.github/semantic.yml new file mode 100644 index 000000000..3b523527b --- /dev/null +++ b/.github/semantic.yml @@ -0,0 +1,2 @@ +# Always validate the PR title, and ignore the commits +titleOnly: true \ No newline at end of file