Skip to content

Commit

Permalink
print message as well
Browse files Browse the repository at this point in the history
  • Loading branch information
amenocal committed Jul 22, 2024
1 parent 2926f5d commit e15da89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/api/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ func WriteToIssue(issueNumber int, comment string) error {

ctx := context.WithValue(context.Background(), github.SleepUntilPrimaryRateLimitResetWhenRateLimited, true)
fmt.Printf("context: %v", ctx)
fmt.Printf("comment: %v", comment)
//_, _, err := client.Issues.CreateComment(ctx, viper.Get("TARGET_ORGANIZATION").(string), viper.Get("REPOSITORY").(string), issueNumber, &github.IssueComment{Body: &comment})
// if err != nil {
// return err
Expand Down

0 comments on commit e15da89

Please sign in to comment.