SU-SWS/stanford_migrate

View on GitHub
.github/auto-label.json

Summary

Maintainability
Test Coverage
{
  "rules": {
    "patch": ["*.info.yml"],
    "frontend": ["*.js", "*.scss", "*.css", "*.twig", ".theme"],
    "backend": ["*.php", "*.module"],
    "ci": [".circleci", "blt", ".github"],
    "tests": ["tests"]
  }
}