Unreviewed changes
2 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: cmd/watchflakes/github.go
Insertions: 2, Deletions: 4.
@@ -394,8 +394,7 @@
}
// postNew creates a new issue with the given title and body,
-// setting the NeedsInvestigation label (unless it's a consistent failure)
-// and placing the issue in the Test Flakes project.
+// placing the issue in the Test Flakes project.
// It automatically caps issue body length and adds signature to it.
func postNew(title, body string) *github.Issue {
args := []any{testFlakes}
@@ -412,8 +411,7 @@
}
// postNewBrokenBot creates a new issue with the given title and body,
-// setting the NeedsInvestigation label and placing the issue in
-// the Broken Bots project.
+// placing the issue in the Broken Bots project.
// It automatically adds signature to the body.
func postNewBrokenBot(title, body string) (*github.Issue, error) {
var args []any
```
Change information
Commit message:
cmd/watchflakes: stop applying NeedsInvestigation label
Stop applying the NeedsInvestigation label so the issues go to triage
queue for release rotation.
Fixes golang/go#78347.
Change-Id: I42eb05d97ca9887339816c31bce6741adc738d6a
Files:
- M cmd/watchflakes/github.go
Change size: S
Delta: 1 file changed, 3 insertions(+), 14 deletions(-)
Branch: refs/heads/master
Submit Requirements:
Code-Review: +2 by Dmitri Shuralyov, +2 by Michael Pratt
TryBots-Pass: LUCI-TryBot-Result+1 by Go LUCI