From 1e71628a6362e5d015e2a145860412821f5ce24c Mon Sep 17 00:00:00 2001 From: "Michael Bradley, Jr" Date: Sun, 24 Nov 2019 10:58:18 -0600 Subject: [PATCH] ci: config for Semantic Pull Requests status check See: https://github.com/zeke/semantic-pull-requests Configured with: ``` commitsOnly: true ``` --- .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 000000000..df3859f80 --- /dev/null +++ b/.github/semantic.yml @@ -0,0 +1 @@ +commitsOnly: true