Skip to content

Commit

Permalink
cmd/cueckoo: remove importpr reminder about "closes as merged"
Browse files Browse the repository at this point in the history
This happens automatically now for every single importpr commit,
so we no longer need to remind the user to do anything.

Signed-off-by: Daniel Martí <[email protected]>
Change-Id: I5c096496db70c4122f331f2abbd09d55bb83c9f6
Dispatch-Trailer: {"type":"trybot","CL":1171038,"patchset":1,"ref":"refs/changes/38/1171038/1","targetBranch":"master"}
  • Loading branch information
mvdan authored and cueckoo committed Oct 24, 2023
1 parent eab1552 commit df4de21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/cueckoo/cmd/importpr.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ func importPRDef(c *Command, args []string) error {
log.Printf("When you're happy with the commit, run: git-codereview mail")
log.Printf("Remember to ensure that the commit contains:")
log.Printf("\tFixes #N. (if it fixes an open issue)")
log.Printf("\tCloses #%d as merged.", prNumber)
return nil
}

Expand Down

0 comments on commit df4de21

Please sign in to comment.