From ba62657704d3d3868a5eac1a07ccabe3ab4fced0 Mon Sep 17 00:00:00 2001 From: Pete Davids Date: Tue, 26 Mar 2019 22:09:43 -0400 Subject: [PATCH] [DEVOPS-203] add prlint --- .github/prlint.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/prlint.json diff --git a/.github/prlint.json b/.github/prlint.json new file mode 100644 index 00000000..96d41c51 --- /dev/null +++ b/.github/prlint.json @@ -0,0 +1,8 @@ +{ + "title": [ + { + "pattern": "[a-zA-Z]+-\\d{1,4}", + "message": "Don't forget to add the Jira ticket in the title" + } + ] + }