Skip to content

Commit

Permalink
fix rate limiting issue
Browse files Browse the repository at this point in the history
Signed-off-by: (╯°□°)╯︵ uᴉǝssnH ɐɟɐʇsoW <[email protected]>
  • Loading branch information
mostafahussein committed Oct 19, 2022
1 parent babf4dc commit bcb5625
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,5 +115,6 @@ func main() {
log.Info("Issue " + issueLabel + " created")
}
}
time.Sleep(5 * time.Second)
}
}

0 comments on commit bcb5625

Please sign in to comment.