spacetelescope / exovetter

Exoplanet vetting
https://exovetter.readthedocs.io
BSD 3-Clause "New" or "Revised" License
6 stars 5 forks source link

Added Event Types for GithubActions #10

Closed jbcurtin closed 4 years ago

jbcurtin commented 4 years ago

Added edited and ready_for_review to default event types

pllim commented 4 years ago

@jbcurtin , can you please elaborate why is this needed? I don't think the CI should run when no code change is pushed.

jbcurtin commented 4 years ago

It looked like CI was failing for #9 . edited should work to get CI running again for each code commit pushed to the PR. ready_for_review is probably unnecessary

pllim commented 4 years ago

The CI was failing because of upstream server issues. I saw the same failure in other repos. I do not think this patch is necessary. Thanks anyway!