diff --git a/index.html b/index.html index b8301fa..6361c4b 100644 --- a/index.html +++ b/index.html @@ -49,8 +49,7 @@
diff --git a/repos.json b/repos.json index e9d8004..5af63c7 100644 --- a/repos.json +++ b/repos.json @@ -28,6 +28,10 @@ "name": "Official-B2B", "description": "官網-廠商串接(前端寫入)", "default_branch": "master", + "issue": { + "title": "Update code B2B", + "content": "{\"platform\":\"待填入\",\"env\":\"b2b\",\"action\":\"updateCode\"}" + }, "teams": [ "FrontendWrite" ] @@ -36,6 +40,10 @@ "name": "Official-Out", "description": "官網-外版(前端寫入)", "default_branch": "master", + "issue": { + "title": "Update code OUT", + "content": "{\"platform\":\"待填入\",\"env\":\"production\",\"action\":\"updateCode\"}" + }, "teams": [ "FrontendWrite" ] @@ -90,6 +98,10 @@ "name": "Resource-B2B", "description": "外載資源-廠商串接(前端寫入)", "default_branch": "master", + "issue": { + "title": "Update code B2B", + "content": "{\"platform\":\"待填入\",\"env\":\"b2b\",\"action\":\"updateCode\"}" + }, "teams": [ "FrontendWrite", "PlanWrite" @@ -99,6 +111,10 @@ "name": "Resource-Out", "description": "外載資源-外版(前端寫入)", "default_branch": "master", + "issue": { + "title": "Update code OUT", + "content": "{\"platform\":\"待填入\",\"env\":\"production\",\"action\":\"updateCode\"}" + }, "teams": [ "FrontendWrite" ]