Display names make codespaces easy to identify in dashboards and audit logs. Codespaces with empty display names are typically auto-generated and harder to associate with their owner's intent.
1. Go to https://github.com/codespaces. 2. For each codespace, set a meaningful display name (e.g., '<feature-branch>-dev', '<issue-id>-fix').
{
"target": "GHCodespace",
"if": {
"allOf": [
{
"resource": "GHCodespace",
"property": "DisplayName",
"operator": "notEquals",
"value": ""
}
]
},
"then": {
"effect": "Audit"
}
}
Copyright © DevOps Shield. Tous droits réservés. Politique de confidentialité | Politique de témoins | Conditions d'utilisation | v1.0.2