Skip to content

Commit

Permalink
[ci] Add component db to components #27 (#28)
Browse files Browse the repository at this point in the history
Update pr_title.yaml
  • Loading branch information
michaelvlach authored Aug 19, 2022
1 parent a341527 commit 1880413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_title.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)) {
Expand Down

0 comments on commit 1880413

Please sign in to comment.