This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/spark-kubernetes-operator.git


The following commit(s) were added to refs/heads/main by this push:
     new c7df937  Update +GITHUB_API_BASE
c7df937 is described below

commit c7df93747867d1a0963023bdbdb415f8fdc04cd6
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Fri Mar 29 15:08:21 2024 -0700

    Update +GITHUB_API_BASE
---
 dev/merge_spark_pr.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/merge_spark_pr.py b/dev/merge_spark_pr.py
index 459f67b..cd1c864 100755
--- a/dev/merge_spark_pr.py
+++ b/dev/merge_spark_pr.py
@@ -65,7 +65,7 @@ GITHUB_OAUTH_KEY = os.environ.get("GITHUB_OAUTH_KEY")
 
 
 GITHUB_BASE = "https://github.com/apache/spark-kubernetes-operator/pull";
-GITHUB_API_BASE = 
"https://api.github.com/repos/spark-kubernetes-operator/spark";
+GITHUB_API_BASE = "https://api.github.com/repos/spark-kubernetes-operator";
 JIRA_BASE = "https://issues.apache.org/jira/browse";
 JIRA_API_BASE = "https://issues.apache.org/jira";
 # Prefix added to temporary branches


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to