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)) {