-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcode.json
More file actions
75 lines (75 loc) · 2.21 KB
/
code.json
File metadata and controls
75 lines (75 loc) · 2.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "repo-sunsetter",
"version": "1.0.0",
"description": "A GitHub Action that prepares a repository for archival by automating documentation updates and providing a review checklist",
"longDescription": "repo-sunsetter is a comprehensive GitHub action that prepares a repository for archival. It performs 3 steps to \"sunset\" a repository: adds an archival notice to the README.md to inform users about the state of the repository, update project metadata by marking project as archived in code.json, and files an issue containing an archival checklist based on the repository's maturity model tier where the checklist contains various tasks reviewing the contents of the repository.",
"status": "Production",
"permissions": {
"licenses": [
{
"name": "CC0-1.0",
"URL": "https://github.com/DSACMS/repo-sunsetter/blob/main/LICENSE"
}
],
"usageType": [
"openSource"
]
},
"organization": "Centers for Medicare & Medicaid Services",
"repositoryURL": "https://github.com/DSACMS/repo-sunsetter",
"repositoryHost": "github.com/DSACMS",
"repositoryVisibility": "public",
"vcs": "git",
"laborHours": 3500,
"reuseFrequency": {
"forks": 1
},
"platforms": [
"web"
],
"categories": [
"application-development",
"inventory-management",
"it-management",
"project-management"
],
"softwareType": "standalone/web",
"languages": [
"Shell"
],
"maintenance": "internal",
"contractNumber": [
"0"
],
"SBOM": "https://github.com/DSACMS/repo-sunsetter/network/dependencies",
"date": {
"created": "2026-01-13T20:59:18Z",
"lastModified": "2026-02-23T19:41:47Z",
"metadataLastUpdated": "2026-02-25T22:46:38.479Z"
},
"tags": [
"dsacms-tier3"
],
"contact": {
"email": "opensource@cms.hhs.gov",
"name": "CMS Open Source Team"
},
"feedbackMechanism": "https://github.com/DSACMS/repo-sunsetter/issues",
"AIUseCaseID": "0",
"localisation": false,
"repositoryType": "tools",
"userInput": true,
"fismaLevel": "low",
"group": "CMS/OA/DSAC",
"projects": [
"ospo"
],
"systems": [],
"subsetInHealthcare": [
"operational"
],
"userType": [
"government"
],
"maturityModelTier": 3
}