PR to pull request
This commit is contained in:
parent
cf44dcd81b
commit
96edddc874
1 changed files with 1 additions and 1 deletions
|
|
@ -318,7 +318,7 @@ func printPrPreview(out io.Writer, pr *api.PullRequest) {
|
|||
fmt.Fprintln(out)
|
||||
fmt.Fprintln(out, utils.RenderMarkdown(pr.Body))
|
||||
fmt.Fprintln(out)
|
||||
fmt.Fprintf(out, utils.Gray("View this PR on GitHub: %s\n"), pr.URL)
|
||||
fmt.Fprintf(out, utils.Gray("View this pull request on GitHub: %s\n"), pr.URL)
|
||||
}
|
||||
|
||||
var prURLRE = regexp.MustCompile(`^https://github\.com/([^/]+)/([^/]+)/pull/(\d+)`)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue