poppins-label
A Mary Poppins plugin for auto-labeling new issues and PRs on GitHub.
Install
npm install poppins-label
Configure
To use this plugin, you need to load it in your config file with couldYouPlease
:
// config.jsmodule { poppinsconfig = /*...*/ ; // load label plugin poppins; // map tag name -> predicate fn pluginslabels = // tag even numbered issues { return issuenumber % 2 === 0; } // ... };
License
MIT