-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document Code Owner Responsibilities and Repo Maintainer Procedures #1194
Conversation
README.md
Outdated
|
||
1. Create a new issue detailing the break. @mention the appropriate [CODEOWNER](./CODEOWNERS). | ||
2. If the break is blocking automatic rebuilds or blocking the development/release of new changes (judgement decision), | ||
then disable the Dockerfile from building by commenting out the [manifest entry](#manifest). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know if commenting out works (with the question of whether comments are supported in JSON by the reader). AFAIK, we haven't tested that scenario. Deletion should probably be the recommendation for now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I adjusted the step to delete the manifest entry in 7c327dc.
Co-authored-by: Matt Thalman <[email protected]>
Fixes #972