From 22a6ee8c56b355fc6ca7b11fd348a0d58530a284 Mon Sep 17 00:00:00 2001 From: Christian Svensson Date: Mon, 17 Jul 2023 17:13:35 +0200 Subject: [PATCH] ci(pr): Create semantic.yml (#236) Target our own documentation for PR issues --- .github/semantic.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/semantic.yml diff --git a/.github/semantic.yml b/.github/semantic.yml new file mode 100644 index 0000000..275fc3b --- /dev/null +++ b/.github/semantic.yml @@ -0,0 +1 @@ +targetUrl: "https://github.com/bluecmd/fortigate_exporter/blob/master/CONTRIBUTING.md#pull-request-checklist"