coala / meta

A repository for non-code activities, such as engagement initiatives, and other meta issues
6 stars 5 forks source link

create tool to find popular repositories without CI #55

Open coala-bot opened 7 years ago

coala-bot commented 7 years ago

Opened via gitter by @jayvdb

Makman2 commented 7 years ago

I think very easy is to use scrapy -> get newest PR (or a few newest PRs) -> find the GitHub footer message which would display CI results -> validate what's standing there

jayvdb commented 7 years ago

It should use the GitHub API.

The objective is to simplify https://github.com/coala/coala/wiki/Google-Code-In-Task-Use-coala , which means there are quite a few other rules to implement , and we could take it further to automate the whole process to find repositories that coala can be implemented on without conflicting with existing CI.