Remove hot dog
This commit is contained in:
parent
78bc7260e0
commit
b42f5527fd
1 changed files with 1 additions and 2 deletions
|
|
@ -592,8 +592,7 @@ func prReady(cmd *cobra.Command, args []string) error {
|
|||
}
|
||||
|
||||
if pr.Closed {
|
||||
err := fmt.Errorf("%s Pull request #%d is closed and can't be marked \"ready for review\"\n", utils.Red("!"), pr.Number)
|
||||
fmt.Printf("🌭 %+v\n", "huh")
|
||||
err := fmt.Errorf("%s Pull request #%d is closed and can't be marked \"ready for review\"", utils.Red("!"), pr.Number)
|
||||
return err
|
||||
} else if !pr.IsDraft {
|
||||
fmt.Fprintf(colorableErr(cmd), "%s Pull request #%d was already marked as \"ready for review\"\n", utils.Yellow("!"), pr.Number)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue