Skip to content

Commit e01d5aa

Browse files
committed
fix regexCommandWithStableBranch
1 parent f52a85d commit e01d5aa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/functions/prechecks.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export async function prechecks(
5050

5151
// Regex statements for checking the trigger message
5252
const regexCommandWithStableBranch = new RegExp(
53-
`^\\${trigger}\\s*(${stable_branch})$`,
53+
`^\\${trigger}\\s*(${stable_branch}).*$`,
5454
'i'
5555
)
5656
const regexCommandWithNoop = new RegExp(

0 commit comments

Comments
 (0)