From f23ed9c1c4cc5b3e6e55fe81d85d88ab92e64705 Mon Sep 17 00:00:00 2001 From: Michalina Date: Tue, 27 Jun 2023 16:20:19 +0200 Subject: [PATCH 1/2] Rename the `token-dashboard` repository We're renaming the `threshold-network/token-dashboard` GitHub repository to `threshold-network/dapp`. We need to update the CI flow config files accordingly. --- actions/notify-workflow-completed/dist/config.json | 4 ++-- actions/run-workflow/dist/config.json | 4 ++-- actions/upstream-builds-query/dist/config.json | 4 ++-- config/config.json | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/actions/notify-workflow-completed/dist/config.json b/actions/notify-workflow-completed/dist/config.json index ec70d94..4ef8015 100644 --- a/actions/notify-workflow-completed/dist/config.json +++ b/actions/notify-workflow-completed/dist/config.json @@ -36,7 +36,7 @@ "github.com/keep-network/tbtc-v2/typescript": { "workflow": "typescript.yml", "downstream": [ - "github.com/threshold-network/token-dashboard", + "github.com/threshold-network/dapp", "github.com/keep-network/optimistic-minting" ] }, @@ -44,7 +44,7 @@ "workflow": "client.yml", "downstream": [] }, - "github.com/threshold-network/token-dashboard": { + "github.com/threshold-network/dapp": { "workflow": "dashboard-ci.yml", "downstream": [] }, diff --git a/actions/run-workflow/dist/config.json b/actions/run-workflow/dist/config.json index ec70d94..4ef8015 100644 --- a/actions/run-workflow/dist/config.json +++ b/actions/run-workflow/dist/config.json @@ -36,7 +36,7 @@ "github.com/keep-network/tbtc-v2/typescript": { "workflow": "typescript.yml", "downstream": [ - "github.com/threshold-network/token-dashboard", + "github.com/threshold-network/dapp", "github.com/keep-network/optimistic-minting" ] }, @@ -44,7 +44,7 @@ "workflow": "client.yml", "downstream": [] }, - "github.com/threshold-network/token-dashboard": { + "github.com/threshold-network/dapp": { "workflow": "dashboard-ci.yml", "downstream": [] }, diff --git a/actions/upstream-builds-query/dist/config.json b/actions/upstream-builds-query/dist/config.json index ec70d94..4ef8015 100644 --- a/actions/upstream-builds-query/dist/config.json +++ b/actions/upstream-builds-query/dist/config.json @@ -36,7 +36,7 @@ "github.com/keep-network/tbtc-v2/typescript": { "workflow": "typescript.yml", "downstream": [ - "github.com/threshold-network/token-dashboard", + "github.com/threshold-network/dapp", "github.com/keep-network/optimistic-minting" ] }, @@ -44,7 +44,7 @@ "workflow": "client.yml", "downstream": [] }, - "github.com/threshold-network/token-dashboard": { + "github.com/threshold-network/dapp": { "workflow": "dashboard-ci.yml", "downstream": [] }, diff --git a/config/config.json b/config/config.json index ec70d94..4ef8015 100644 --- a/config/config.json +++ b/config/config.json @@ -36,7 +36,7 @@ "github.com/keep-network/tbtc-v2/typescript": { "workflow": "typescript.yml", "downstream": [ - "github.com/threshold-network/token-dashboard", + "github.com/threshold-network/dapp", "github.com/keep-network/optimistic-minting" ] }, @@ -44,7 +44,7 @@ "workflow": "client.yml", "downstream": [] }, - "github.com/threshold-network/token-dashboard": { + "github.com/threshold-network/dapp": { "workflow": "dashboard-ci.yml", "downstream": [] }, From eec3d82f8f52bb975f4b07012d681c9496957cfa Mon Sep 17 00:00:00 2001 From: Michalina Date: Tue, 4 Jul 2023 17:55:26 +0200 Subject: [PATCH 2/2] Rename the workflow building dapp The workflow will be renamed to `dapp-ci.yml`. --- actions/notify-workflow-completed/dist/config.json | 2 +- actions/run-workflow/dist/config.json | 2 +- actions/upstream-builds-query/dist/config.json | 2 +- config/config.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/actions/notify-workflow-completed/dist/config.json b/actions/notify-workflow-completed/dist/config.json index 4ef8015..a9d963d 100644 --- a/actions/notify-workflow-completed/dist/config.json +++ b/actions/notify-workflow-completed/dist/config.json @@ -45,7 +45,7 @@ "downstream": [] }, "github.com/threshold-network/dapp": { - "workflow": "dashboard-ci.yml", + "workflow": "dapp-ci.yml", "downstream": [] }, "github.com/keep-network/optimistic-minting": { diff --git a/actions/run-workflow/dist/config.json b/actions/run-workflow/dist/config.json index 4ef8015..a9d963d 100644 --- a/actions/run-workflow/dist/config.json +++ b/actions/run-workflow/dist/config.json @@ -45,7 +45,7 @@ "downstream": [] }, "github.com/threshold-network/dapp": { - "workflow": "dashboard-ci.yml", + "workflow": "dapp-ci.yml", "downstream": [] }, "github.com/keep-network/optimistic-minting": { diff --git a/actions/upstream-builds-query/dist/config.json b/actions/upstream-builds-query/dist/config.json index 4ef8015..a9d963d 100644 --- a/actions/upstream-builds-query/dist/config.json +++ b/actions/upstream-builds-query/dist/config.json @@ -45,7 +45,7 @@ "downstream": [] }, "github.com/threshold-network/dapp": { - "workflow": "dashboard-ci.yml", + "workflow": "dapp-ci.yml", "downstream": [] }, "github.com/keep-network/optimistic-minting": { diff --git a/config/config.json b/config/config.json index 4ef8015..a9d963d 100644 --- a/config/config.json +++ b/config/config.json @@ -45,7 +45,7 @@ "downstream": [] }, "github.com/threshold-network/dapp": { - "workflow": "dashboard-ci.yml", + "workflow": "dapp-ci.yml", "downstream": [] }, "github.com/keep-network/optimistic-minting": {