+[2020-02-25T19:22:30Z]leadgeekAnyone 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]leadgeekIt's like PRs are working off some days-old cached copy. +[2020-02-25T19:23:07Z]leadgeekIt would seem something is terribly wrong. +[2020-02-25T19:36:50Z]R2robothttps://www.githubstatus.com/ +[2020-02-25T21:49:57Z]guardiannedbat: I see thanks
+[2020-02-26T16:21:31Z]phobosophhi <3 +[2020-02-26T16:21:38Z]phobosophSo I discovered github actions and they look nice +[2020-02-26T16:21:49Z]phobosophso I set up a CI workflow that runs the tests each time a push is made to master +[2020-02-26T16:22:08Z]phobosophI also set up a npm publish action that will publish to npm when a release is tagged/committed +[2020-02-26T16:22:26Z]phobosophBUT - I want that the npm publish action only works when the commit passed the tests!