Commit 5427dcb

Eric Bower  ·  2024-05-22 09:41:09 -0400 EDT
parent 3ec9462
chore: copy
1 files changed,  +1, -1
M pr.go
M pr.go
+1, -1
1@@ -191,7 +191,7 @@ func (cmd PrCmd) SubmitPatchRequest(pubkey string, repoID string, patches io.Rea
2 		return nil, fmt.Errorf("could not create patch request")
3 	}
4 
5-	authorName := ""
6+	authorName := "Unknown"
7 	authorEmail := ""
8 	if header.Author != nil {
9 		authorName = header.Author.Name