Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // CherryPickPattern matches /cherry-pick or /cherrypick command with target branch at the start of a line CherryPickPattern = regexp.MustCompile(`(?m)^/cherry-?pick\s+(\S+)`) )
Pre-compiled regular expressions for cherry-pick commands to avoid repeated compilation These patterns support both single-line and multiline comments using the (?m) flag
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.