Skip to content

Commit 3a10be0

Browse files
Merge branch 'main' into v1.2.0
2 parents c939de0 + 8ad345f commit 3a10be0

3 files changed

Lines changed: 14 additions & 7 deletions

File tree

.github/workflows/updateCodeJSON.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
types: [opened, synchronize]
66
paths:
7-
- "code.json"
7+
- 'code.json'
88

99
permissions:
1010
contents: write
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Update code.json
2424
id: generator
25-
uses: DSACMS/automated-codejson-generator@sachin/jsonValidationImplementation
25+
uses: DSACMS/automated-codejson-generator@latest
2626
with:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2828
ADMIN_TOKEN: ${{ secrets.ADMIN_PAT }}

MAINTAINERS.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Scripting
3636
| approver | approve accepting contributions | highly experienced and active reviewer + contributor to a sub-project | MAINTAINERS file approver entry and GitHub Triage Team |
3737
| lead | set direction and priorities for a sub-project | demonstrated responsibility and excellent technical judgement for the sub-project | MAINTAINERS file owner entry and GitHub Org Admin Team |
3838

39-
Total number of contributors: <!--CONTRIBUTOR COUNT START--> 3 <!--CONTRIBUTOR COUNT END-->
39+
Total number of contributors: <!--CONTRIBUTOR COUNT START--> 4 <!--CONTRIBUTOR COUNT END-->
4040

4141
<!-- readme: contributors -start -->
4242
<table>
@@ -62,6 +62,13 @@ Total number of contributors: <!--CONTRIBUTOR COUNT START--> 3 <!--CONTRIBUTOR C
6262
<br />
6363
<sub><b>Isaac Milarsky</b></sub>
6464
</a>
65+
</td>
66+
<td align="center">
67+
<a href="https://github.com/mjburling">
68+
<img src="https://avatars.githubusercontent.com/u/905175?v=4" width="100;" alt="mjburling"/>
69+
<br />
70+
<sub><b>Michael J Burling</b></sub>
71+
</a>
6572
</td>
6673
</tr>
6774
<tbody>

code.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
"disclaimerURL": "",
2424
"disclaimerText": "",
2525
"vcs": "git",
26-
"laborHours": 11751,
26+
"laborHours": 3089,
2727
"reuseFrequency": {
28-
"forks": 2,
28+
"forks": 3,
2929
"clones": 0
3030
},
3131
"platforms": ["web", "linux"],
@@ -40,8 +40,8 @@
4040
"partners": [],
4141
"date": {
4242
"created": "2025-02-07T16:29:38Z",
43-
"lastModified": "2025-09-17T22:40:02Z",
44-
"metadataLastUpdated": "2025-09-26T15:08:24.592Z"
43+
"lastModified": "2025-10-02T14:32:07Z",
44+
"metadataLastUpdated": "2025-10-03T14:08:54.770Z"
4545
},
4646
"tags": ["cmsoss-tier2"],
4747
"contact": {

0 commit comments

Comments
 (0)