g0v / dev

dev.g0v.tw
http://dev.g0v.tw/Home.html
148 stars 29 forks source link

new repository actions #17

Open clkao opened 11 years ago

clkao commented 11 years ago

github doesn't seem to provide new-repo hook for organizations, so we probably need to scan for new repos and apply these actions.

clkao commented 11 years ago

optionally allow a flag in g0v.json file to opt out issue label creation?

clkao commented 11 years ago

to get all repositories listed on g0vhub:

curl https://g0vhub.firebaseio.com/projects.json | jq  '[.[] | .["repository"]["url"] ]'