golang/go

x/build/cmd/gopherbot: should not consider backport requests inside backport issues

Open

#32,533 opened on Jun 10, 2019

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Go (19,008 forks)batch import
BuildersNeedsFixhelp wanted

Repository metrics

Stars
 (133,883 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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.

Contributor guide