0.2.0 • Published 7 years ago

probot-visitor v0.2.0

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

Probot: Visitor

A helper for probot to visiting installed repositories on an interval.

Usage

const visitor = require('probot-visitor');

module.exports = robot => {
  visitor(robot, (installation, repository) => {
    // this function is called on an interval, which is 1 hr by default;
  });
};

TODO:

  • Get it working
  • Move paginate.js into probot core
  • Ability to manually stop visiting a repository (e.g. like when there is not configuration for the plugin)
  • Stop visiting uninstalled integrations
    • and repositories removed from an integration
  • Start visiting newly installed integrations
    • and repositories added to an existing installation
0.2.0

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago