che-tsumi icon indicating copy to clipboard operation
che-tsumi copied to clipboard

Don't create an issue for commits that are already merged

Open tesseralis opened this issue 6 years ago • 2 comments

Currently, chetsumi creates an issue for every item in the RSS feed, even those that are already merged in. For example: https://github.com/reactjs/ja.reactjs.org/issues?q=is%3Aissue+is%3Aclosed

All the [Doc] issues generated by che-tsumi are for commits that already existed when the repo was branched.

You can check that a commit already exists like I did here in my fork: https://github.com/tesseralis/che-tsumi/blob/master/lib/repository.js#L80

tesseralis avatar Feb 03 '19 23:02 tesseralis

Nice feature😍 I'm thinking abount separating lib folder from che-tsumi and creating che-tsumi core. After I do that, feel free to make a PR when you add a new feature!

re-fort avatar Feb 04 '19 02:02 re-fort

Will do! ^_^

tesseralis avatar Feb 04 '19 02:02 tesseralis