reporanger / ranger

:national_park: A GitHub sidekick for repository maintainers
https://reporanger.com
Apache License 2.0
8 stars 3 forks source link

Retry Plugin #79

Closed mfix22 closed 4 years ago

mfix22 commented 5 years ago
const Octokit = require('@octokit/rest')
  .plugin(require('@octokit/plugin-retry'))

https://github.com/octokit/plugin-retry.js

mfix22 commented 4 years ago

Built into Probot