From 560dfb77a14c82cd52c3fe8749bb447b46624a8a Mon Sep 17 00:00:00 2001 From: michaelvlach Date: Fri, 19 Aug 2022 21:32:20 +0200 Subject: [PATCH] Update pr_title.yaml --- .github/workflows/pr_title.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_title.yaml b/.github/workflows/pr_title.yaml index 2eb70390e..b13096f92 100644 --- a/.github/workflows/pr_title.yaml +++ b/.github/workflows/pr_title.yaml @@ -16,7 +16,7 @@ jobs: - uses: actions/github-script@v6 with: script: | - const regex = RegExp("^\\[(ci|commands|docs|graph|query|storage|tests)\\] .+ #[\\d]+$") + const regex = RegExp("^\\[(ci|commands|db|docs|graph|query|storage|tests)\\] .+ #[\\d]+$") const title = context.payload.pull_request.title if (!regex.test(title)) {