We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff25c29 commit ecd59aaCopy full SHA for ecd59aa
cmd/gerritbot/internal/rules/rules.go
@@ -115,7 +115,7 @@ var ruleGroups = [][]rule{
115
// We also allow things like "go/types, types2: ..." (but not "hello, fun world: ...").
116
return "", ""
117
}
118
- if change.Repo == "go" && strings.Contains(start, "release-branch.go1.22") {
+ if change.Repo == "go" && strings.Contains(start, "release-branch") {
119
// Consider backport.
120
121
0 commit comments