Skip to content

Custom properties

Custom properties allow you to decorate your repository with information such as compliance frameworks, data sensitivity, or project details.

enable-compliance-pr-comments
true
Enables compliance status reminder messages on pull requests. Set to `false` to disable the reminder message.
enable-copilot-review
true
By default we enable Copilot reviews on all default branches. Setting this property to `false` will prevent Org level rules from enabling Copilot reviews.
enable-copilot-review-light
false
Removes Copilot Code Review for each commit. With this set to "true" Copilot will not automatically review each new commit to a PR. Copilot reviews can and must be explicitly requested after the initial PR.
enable-org-branch-protection
true
Set to "false" only for test/personal repos or those needing custom rules. Setting this property to "false" AND "in-scope-for-compliance" to "true" requires approval.
enable-triage-workflows
false
Enables the Triage app to attempt automatic fixes for failing GitHub Actions workflows in this repository. Set to false to disable.
in-scope-for-compliance
true
Compliance scope: Enable for customer-facing repos, those touching customer data, or deploying to production. Setting this property to "true" AND "enable-org-branch-protection" to "false" at the same time requires approval.