I've been unable to get bors to listen for the status reported by GitHub Actions. Has anyone else gotten bors to work with GitHub Workflows based CI? Am I just using the wrong status name, or is this an issue on bors' end?
I took a similar approach to 1 but with slightly different summary job since the mentioned example did not work for me (the jobs were being skipped), see https://github.com/pyvisa/pyvisa-py/pull/236/files
(note that it would make more sense to test for needs.test.result != 'success' rather than == 'failure')