GitHub repository low builtIn

Description

Classifying your repository with topics. To help other people find and contribute to your project, you can add topics to your repository related to your project's intended purpose, subject area, affinity groups, or other important qualities. Learn more: https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics

Recommendation

1. Go to your Repository. 
2. Select the 'Code' section. 
3. Under the 'About' section, click on the settings icon to edit the repository details. 
4. Ensure the 'Topics' field is not empty.

Policy Rule

{
  "target": "GHRepository",
  "if": {
    "allOf": [
      {
        "resource": "GHRepository",
        "property": "HasTopics",
        "operator": "equals",
        "value": true
      }
    ]
  },
  "then": {
    "effect": "Audit"
  }
}