From 55de2d2a6d499e89b176561b219d1a973713321f Mon Sep 17 00:00:00 2001 From: Manjiri C <82377810+CODEX108@users.noreply.github.com> Date: Thu, 17 Aug 2023 18:01:56 +0530 Subject: [PATCH] Create pr-checks-config.yml Added PR title check --- .github/workflows/pr-checks-config.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/workflows/pr-checks-config.yml diff --git a/.github/workflows/pr-checks-config.yml b/.github/workflows/pr-checks-config.yml new file mode 100644 index 0000000..69a9dd0 --- /dev/null +++ b/.github/workflows/pr-checks-config.yml @@ -0,0 +1,5 @@ +pr_checks: + title: + - name: 'prefix_check' + regex: '^(fix|feature):' + message_if_not_matching: 'PR title must start with "fix:" or "feature:"'