diff --git a/.github/semantic.yaml b/.github/semantic.yaml new file mode 100644 index 0000000000000..9de964cc96cc3 --- /dev/null +++ b/.github/semantic.yaml @@ -0,0 +1,17 @@ +# Configuration for Semantic Pull Requests +titleOnly: true + +types: + - feat + - fix + - docs + - style + - refactor + - perf + - test + - build + - ci + - chore + - revert + - release + diff --git a/semantic.yaml b/semantic.yaml deleted file mode 100644 index 68cdfc57b9b02..0000000000000 --- a/semantic.yaml +++ /dev/null @@ -1,2 +0,0 @@ -# Configuration for Semantic Pull Requests -titleOnly: true \ No newline at end of file