What is the problem this feature will solve?
CI is now only visible to collaborators. External contributors can see that CI failed, but not why, so they have to ask a collaborator to learn about the CI status.
What is the feature you are proposing to solve the problem?
If CI fails on a PR from a non-collaborator, have nodejs-github-bot post a short comment with the failure summary, failing test names etc.
Original idea by @RafaelGSS
This is also similar in spirit to #32306 from 6 years ago, but opening a new issue to bring visibility to this in light of the recent collaborator-only CI access change.
What alternatives have you considered?
- Ping a collaborator
- Write bug free code 🧠
What is the problem this feature will solve?
CI is now only visible to collaborators. External contributors can see that CI failed, but not why, so they have to ask a collaborator to learn about the CI status.
What is the feature you are proposing to solve the problem?
If CI fails on a PR from a non-collaborator, have
nodejs-github-botpost a short comment with the failure summary, failing test names etc.Original idea by @RafaelGSS
This is also similar in spirit to #32306 from 6 years ago, but opening a new issue to bring visibility to this in light of the recent collaborator-only CI access change.
What alternatives have you considered?