From 3d24284278b6b5b3e58c763ebce4cb21fdfb59c6 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 23 Feb 2026 15:11:43 +0000 Subject: [PATCH 1/2] Initial plan From 6a933d549c0f0923c865989108aeaa77c4307b22 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 23 Feb 2026 15:13:27 +0000 Subject: [PATCH 2/2] Update MySQL secret type from mysql_connection_string to mysql_connection_url Co-authored-by: felickz <1760475+felickz@users.noreply.github.com> --- githubapi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/githubapi.py b/githubapi.py index 671a059..3301333 100644 --- a/githubapi.py +++ b/githubapi.py @@ -32,7 +32,7 @@ "http_basic_authentication_header", "http_bearer_authentication_header", "mongodb_connection_string", - "mysql_connection_string", + "mysql_connection_url", "openssh_private_key", "pgp_private_key", "postgres_connection_string",