mirror of
https://github.com/rockerBOO/awesome-neovim
synced 2024-11-26 21:10:22 +00:00
Make PR title regex more strict
This commit is contained in:
parent
3ae9f061ce
commit
28eb48449f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pr-title.yml
vendored
2
.github/workflows/pr-title.yml
vendored
|
@ -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`'"
|
||||
|
|
Loading…
Reference in a new issue