Browse Source

ci: Add config for semantic pull requests

Stefan Profanter 5 years ago
parent
commit
2aa5882cfb
1 changed files with 11 additions and 0 deletions
  1. 11 0
      .github/semantic.yml

+ 11 - 0
.github/semantic.yml

@@ -0,0 +1,11 @@
+# Valid scopes for commit messages. 
+scopes:
+  - arch
+  - core
+  - encrypt
+  - multithread
+# Nodeset Compiler
+  - nc
+  - server
+  - client
+