Skip to content

Commit ecd59aa

Browse files
n
1 parent ff25c29 commit ecd59aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/gerritbot/internal/rules/rules.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ var ruleGroups = [][]rule{
115115
// We also allow things like "go/types, types2: ..." (but not "hello, fun world: ...").
116116
return "", ""
117117
}
118-
if change.Repo == "go" && strings.Contains(start, "release-branch.go1.22") {
118+
if change.Repo == "go" && strings.Contains(start, "release-branch") {
119119
// Consider backport.
120120
return "", ""
121121
}

0 commit comments

Comments
 (0)