Mary Poppins plugin for responding to new PRs and issues with a "pinned" Github comment.
npm install poppins-pin
To use this plugin, you need to load it in your config file with couldYouPlease
:
// config.js
module.exports = function (poppins) {
poppins.config = { /*...*/ };
poppins.couldYouPlease('pin');
};
By default, Mary Poppins will only respond with a greeting.
MIT