Make PR title regex more strict

This commit is contained in:
Thomas Versteeg 2024-01-11 15:41:47 +07:00 committed by GitHub
parent 3ae9f061ce
commit 28eb48449f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,5 +12,5 @@ jobs:
steps:
- uses: Slashgear/action-check-pr-title@v4.3.0
with:
regexp: "(Add|Update|Remove) `.+\\/.+`"
regexp: "^(Add|Update|Remove) `.+\\/.+`$"
helpMessage: "Example: 'Add `folke/lazy.nvim`'"