From 7116eed8c863f2cdeb1c42620ac48b59895b5f23 Mon Sep 17 00:00:00 2001 From: Jonas Thelemann Date: Sun, 22 Feb 2026 12:06:58 +0100 Subject: [PATCH] chore(github): add semantic pull request configuration --- .github/semantic.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/semantic.yml diff --git a/.github/semantic.yml b/.github/semantic.yml new file mode 100644 index 0000000..40b6927 --- /dev/null +++ b/.github/semantic.yml @@ -0,0 +1,5 @@ +# Always validate the PR title AND all the commits +titleAndCommits: true +# Allows use of Merge commits (eg on github: "Merge branch 'master' into feature/ride-unicorns") +# this is only relevant when using commitsOnly: true (or titleAndCommits: true) +allowMergeCommits: true