In #27486 (comment), I attempted to set up a backport issue for Go 1.11. However, apparently because I mentioned “from 1.9 or 1.10” in the justification, gopherbot constructed a backport issue for 1.10 too.
I think we should make gopherbot ignore versions that are separated from the first version in the comment by any punctuation other than a comma. (However, we should be careful not to stop after a period that appears as part of a version string.)
So, for example:
@gopherbot, p—— backport to Go 1.11: this is a regression from 1.9. should backport to 1.11 only.
@gopherbot, p—— backport to Go 1.11, and possibly 1.10: this is a bad runtime bug. should backport to both 1.11, 1.10.
(CC @FiloSottile )
In #27486 (comment), I attempted to set up a backport issue for Go 1.11. However, apparently because I mentioned “from 1.9 or 1.10” in the justification,
gopherbotconstructed a backport issue for 1.10 too.I think we should make
gopherbotignore versions that are separated from the first version in the comment by any punctuation other than a comma. (However, we should be careful not to stop after a period that appears as part of a version string.)So, for example:
@gopherbot, p—— backport to Go 1.11: this is a regression from 1.9.should backport to 1.11 only.@gopherbot, p—— backport to Go 1.11, and possibly 1.10: this is a bad runtime bug.should backport to both 1.11, 1.10.(CC @FiloSottile )