+ [2020-02-25T19:22:30Z] leadgeek Anyone else having trouble with making pull requests on github, running into stale branches that otherwise appear fresh when looking at each branch?
+ [2020-02-25T19:22:48Z] leadgeek It's like PRs are working off some days-old cached copy.
+ [2020-02-25T19:23:07Z] leadgeek It would seem something is terribly wrong.
+ [2020-02-25T19:36:50Z] R2robot https://www.githubstatus.com/
+ [2020-02-25T21:49:57Z] guardian nedbat: I see thanks

message no. 177265

Posted by jlk in #github at 2020-02-25T17:55:39Z

https://www.githubstatus.com/
+ [2020-02-26T16:21:38Z] phobosoph So I discovered github actions and they look nice
+ [2020-02-26T16:21:49Z] phobosoph so I set up a CI workflow that runs the tests each time a push is made to master
+ [2020-02-26T16:22:08Z] phobosoph I also set up a npm publish action that will publish to npm when a release is tagged/committed
+ [2020-02-26T16:22:26Z] phobosoph BUT - I want that the npm publish action only works when the commit passed the tests!