From 5cc202736b3f6ec7468d898acf3b1bb41eaf087e Mon Sep 17 00:00:00 2001 From: Tim Roes Date: Wed, 30 Mar 2022 18:49:12 +0200 Subject: [PATCH 1/2] Fix changing connection name when editing connections (#11591) --- airbyte-webapp/src/views/Connector/ServiceForm/ServiceForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airbyte-webapp/src/views/Connector/ServiceForm/ServiceForm.tsx b/airbyte-webapp/src/views/Connector/ServiceForm/ServiceForm.tsx index ce7aca12425e..85e90b58fb2e 100644 --- a/airbyte-webapp/src/views/Connector/ServiceForm/ServiceForm.tsx +++ b/airbyte-webapp/src/views/Connector/ServiceForm/ServiceForm.tsx @@ -235,7 +235,7 @@ const ServiceForm: React.FC = (props) => { isEditMode={props.isEditMode} isLoadingSchema={props.isLoading} > - + {!props.isEditMode && } Date: Wed, 30 Mar 2022 12:42:37 -0500 Subject: [PATCH 2/2] Rotates slash command as short term fix (#11594) --- .github/workflows/slash-commands.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/slash-commands.yml b/.github/workflows/slash-commands.yml index ef7f19f9476c..6f01c940e447 100644 --- a/.github/workflows/slash-commands.yml +++ b/.github/workflows/slash-commands.yml @@ -18,7 +18,7 @@ jobs: id: scd uses: peter-evans/slash-command-dispatch@v2 with: - token: ${{ secrets.SUPERTOPHER_PAT }} + token: ${{ secrets.DAVINCHIA_PAT }} commands: | test test-performance