regro / rever

Releaser of Versions
https://regro.github.io/rever-docs/
BSD 3-Clause "New" or "Revised" License
74 stars 33 forks source link

Action to require passing CI #220

Open asmeurer opened 4 years ago

asmeurer commented 4 years ago

An action could be added that requires CI to pass to succeed. It should be possible to query it via the GitHub API. Usually CI tests are more extensive than local tests that would be run as part of the release script.

scopatz commented 4 years ago

Sounds like a great feature! PRs welcome!