Lint for GitHub Repository governance.
npx ghrepolint -h
To target private repository set your GitHub API Token to environment variable GITHUB_TOKEN
.
Check branch protection settings.
To enable rule set value object which contains below keys:
requireCodeOwnerReviews: boolean
requiredStatusChecks: Array<string>
Check existetnce CODEOWNERS file.
To enable rule set value true
.
npm run watch
bin/cli.js --org github
npm t