You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In projects with high or very little number of first-time contributors, it's easy to forget to approve CI workflows that will test code and check formatting. This increases the chance of pushing untested code into main.
I suggest creating a notification message what will remind maintainers to accept workflows.
The implementation may be similar to "private email detected" runner, It will be a single message that will encourage maintainers to approve workflows (and give links why it needs to be approved).
Here is how it looks in one of the nvidia repositories: NVIDIA/numbast#80.
Should this change go through an RFC in discourse? If not, I could try to implement this or put up an RFC otherwise.