Skip to content

Commit 65edf31

Browse files
committed
feat: add repository custom properties configuration
- Create .github/properties.yml to define repository metadata - Add compliance frameworks (GDPR, SOC2, ISO27001) - Define data sensitivity level - Include project details and tech stack information - Add maintenance metadata with review dates
1 parent 4f5e97d commit 65edf31

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.github/properties.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Repository Custom Properties
2+
properties:
3+
# Compliance Frameworks
4+
compliance:
5+
- GDPR
6+
- CCPA
7+
- SOC2
8+
- ISO27001
9+
10+
# Data Sensitivity
11+
data_sensitivity: confidential
12+
13+
# Project Details
14+
project:
15+
name: coderAI
16+
type: AI Development
17+
status: active
18+
team: Engineering
19+
tech_stack:
20+
- Python
21+
- JavaScript
22+
- React
23+
24+
# Additional Metadata
25+
metadata:
26+
maintainer: Jay
27+
last_review_date: 2025-03-07
28+
next_review_date: 2025-03-08

0 commit comments

Comments
 (0)