Skip to content

Commit 7f850a6

Browse files
committed
allow dot in move command
1 parent 7a88488 commit 7f850a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

open-bot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ rules:
350350
# Move issue task
351351
- filters:
352352
open: true
353-
comment: "\\s*@webpack-bot\\s+move\\s+(?:to\\s+)?([a-z0-9_\\-]+/[a-z0-9_\\-]+)\\s*([\\s\\S]*)$"
353+
comment: "\\s*@webpack-bot\\s+move\\s+(?:to\\s+)?([a-z0-9_\\-\\.]+/[a-z0-9_\\-\\.]+)\\s*([\\s\\S]*)$"
354354
not:
355355
comment_1:
356356
matching: "moved\\-by\\-bot"

0 commit comments

Comments
 (0)