Skip to content

Commit bea6811

Browse files
authored
Create .github/.metadata.json (#12)
* Create .github/.metadata.json Adds the metadata file required by the new repo metadata service * Updates customName of staticScan
1 parent a658dba commit bea6811

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

.github/.metadata.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"templateVersion": "0.1",
3+
"product": {
4+
"name": "Magento 2 UPWARD Connector",
5+
"description": "A module for routing requests to UPWARD-PHP. This module replaces the default Magento frontend theme with a PWA Studio storefront application."
6+
},
7+
"contacts": {
8+
"team": {
9+
"name": "The Untitled Geese",
10+
"DL": "Grp-Untitled-Geese",
11+
"slackChannel": "pwa"
12+
}
13+
},
14+
"ticketTracker": {
15+
"functionalJiraQueue": {
16+
"projectKey": "PWA",
17+
"component": ""
18+
},
19+
"securityJiraQueue": {
20+
"projectKey": "MAGREQ",
21+
"component": "PWA"
22+
}
23+
},
24+
"staticScan": {
25+
"enable": false,
26+
"frequency": "quarterly",
27+
"customName": "Magento 2 UPWARD Connector Static Scan",
28+
"branchesToScan": ["develop"]
29+
}
30+
}

0 commit comments

Comments
 (0)