From 31444eccd07221f2e35ea372194e2b39a65286d1 Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Wed, 28 Jul 2021 13:35:58 -0700 Subject: [PATCH] chore: configure PR prefixes accepted by GitHub bot (#4424) --- .github/semantic.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.github/semantic.yml b/.github/semantic.yml index fd160e519d2de4..45ef1316b521fe 100644 --- a/.github/semantic.yml +++ b/.github/semantic.yml @@ -1 +1,18 @@ titleOnly: true +types: + - feat + - fix + - docs + - dx + - refactor + - perf + - test + - workflow + - build + - ci + - chore + - types + - wip + - release + - deps +