Skip to content

Commit 9bd8c20

Browse files
committed
Allow space in merge command
1 parent 4666ef5 commit 9bd8c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ruboty/handlers/github.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class Github < Base
4444
)
4545

4646
on(
47-
/merge #{ISSUE_PATTERN}\z/o,
47+
/merge\s+#{ISSUE_PATTERN}\z/o,
4848
name: 'merge_pull_request',
4949
description: 'Merge pull request'
5050
)

0 commit comments

Comments
 (0)