Configure GitHub actions to be opt-in for contributor forks #12124
Labels
area/docs
Improvements or additions to documentation
kind/engineering
Work that is not visible to an external user
Milestone
Problem description
When a github user forks this repo in order to contribute to it, there are several github actions that are configured to run on a schedule. They will noisily fail (sending email alerts to the contributor) if they are not properly configured.
So a new (or existing) contributor will sync their fork and then get a lot of action failures until they either configure actions or turn them off.
Suggestions for a fix
Something like:
List of github actions in this repo and their
on:
block:The text was updated successfully, but these errors were encountered: