Open dmitshur opened 5 years ago
A backport issue should never itself be backported, so gopherbot should reject requests to backport inside such issues.
See https://github.com/golang/go/issues/32261#issuecomment-496157952 where it happened by accident and caused confusing backport-backport issues to be created.
Also happened in https://github.com/golang/go/issues/34881#issuecomment-541459267.
Change https://golang.org/cl/185897 mentions this issue: x/build/cmd/gopherbot: do not consider nested backport requests
x/build/cmd/gopherbot: do not consider nested backport requests
A backport issue should never itself be backported, so gopherbot should reject requests to backport inside such issues.
See https://github.com/golang/go/issues/32261#issuecomment-496157952 where it happened by accident and caused confusing backport-backport issues to be created.
Also happened in https://github.com/golang/go/issues/34881#issuecomment-541459267.