cake-contrib / Cake.AddinDiscoverer

Tool to aid with discovering information about Cake Addins
MIT License
5 stars 6 forks source link

Filter out YAML files the have an open issue when combining into a single branch #162

Closed Jericho closed 3 years ago

Jericho commented 3 years ago

When deleting, adding and updating YAML files in a single branch/issue/PR, we must filter out the ones that already have an open issue.

Related to #155