From be393282c6494bc809b32008c8efb595e3b8516f Mon Sep 17 00:00:00 2001 From: Eunjae Lee Date: Tue, 31 May 2022 11:03:48 +0200 Subject: [PATCH] chore(ci): allow deps as pr title scope --- .github/workflows/pr-title.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-title.yml b/.github/workflows/pr-title.yml index effb8866532..1399418cdaf 100644 --- a/.github/workflows/pr-title.yml +++ b/.github/workflows/pr-title.yml @@ -16,4 +16,4 @@ jobs: - name: Pull Request title rules uses: deepakputhraya/action-pr-title@v1.0.2 with: - regex: '^(docs|chore)|((?:feat|fix|docs|style|refactor|perf|test|build|ci|chore|revert)\((?:generators|javascript|php|java|cts|specs|scripts|ci|templates)\)): .+' + regex: '^(docs|chore)|((?:feat|fix|docs|style|refactor|perf|test|build|ci|chore|revert)\((?:generators|javascript|php|java|cts|specs|scripts|ci|templates|deps)\)): .+'