I have an action that runs on issue_comment events. It has a single job, that is supposed to run conditionally, based on whether or not the comment begins with a magic word. This was working for a while, but sometime about a week ago it broke, and now this action is showing up as a failure every time anyone comments on a PR; but more importantly I can't view the output for these job runs. They show up in the overall 'Actions list', but if I click on them I am taken to a focus view (it looks like based on the commit they were triggered for?) and the failures are not listed. This is mostly a problem because my collaborators get spammed with constant failure notices.
... View more