| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
| # GitHub recommends listing the code owner in the CODEOWNER file. | ||
| # This means changes to the CODEOWNERS file must be reviewed by the code owner. | ||
|
|
||
| /.github/CODEOWNERS @ben |
There was a problem hiding this comment.
Maybe you should add a "backup codeowner", so the organization can unblock itself when you're not around?
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Changes
Context
GitHub is going to stop listening to the reviewers field in the Dependabot config file soon (Tuesday 27 May). GitHub recommends using a CODEOWNERS file to control who must review incoming PRs.
The CODEOWNERS config pings @ben for all incoming PRs, and requires their approval before merge.
GitHub recommends explictly listing the code owner for the CODEOWNERS file. I'm following that recommendation in this PR.
I think you (@ben) will need to set up branch protection rules to make sure the CODEOWNERS need to review the changes before merge? Quote from the GitHub Docs:
References