Skip to content

Commit

Permalink
[ci skip] 2019.10.11-6960
Browse files Browse the repository at this point in the history
  • Loading branch information
cybozu-neco committed Oct 11, 2019
2 parents 5071048 + ed7cba4 commit 3e76618
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion artifacts.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions pkg/git-neco/cmd/draft.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import (
"fmt"
"strconv"
"strings"
"time"

"github.com/spf13/cobra"
"github.com/tcnksm/go-input"
Expand Down Expand Up @@ -139,6 +140,9 @@ func runDraftCmd(cmd *cobra.Command, args []string, draft bool) error {
return nil
}

// wait for the pr get created
time.Sleep(2 * time.Second)

fmt.Printf("Connect %s/%s#%d with %s/%s#%d.\n",
curRepo.Owner, curRepo.Name, pr.Number, issueRepo.Owner, issueRepo.Name, draftOpts.issue)
zh := NewZenHubClient(config.ZenhubToken)
Expand Down

0 comments on commit 3e76618

Please sign in to comment.