r-hyperspec / r-hyperspec.github.io

Homepage for r-hyperspec ecosystem
https://r-hyperspec.github.io
0 stars 0 forks source link

Decide CI system and set branch protection #7

Closed cbeleites closed 3 years ago

cbeleites commented 4 years ago
GegznaV commented 4 years ago

I think, that Travis CI and Appveyor should not be used anymore in favor of GH Actions. The minutes are counted only if on private but not on public repos (I tested that on my personal organization).

In some situations, GH Actions is faster, e.g.:

image


I also think that not only develop, but also master branch should be protected. As now we can freely commit to master.

bryanhanson commented 4 years ago

I agree about moving to use GHA only. Faster or slower is less important. Removing the extra layers involved with Travis or Appveyor is a plus.

bryanhanson commented 3 years ago

Closing, as issue was gradually decided by our actions!