Skip to content

Conversation

@hiento09
Copy link
Contributor

This pull request updates the environment configuration in the GitHub Actions workflows to use the new jan.ai API endpoints instead of the old menlo.ai endpoints. This ensures that all CI/CD jobs point to the correct API base URLs for development, staging, and production environments.

Workflow environment variable updates:

  • Updated MENLO_PLATFORM_BASE_URL in .github/workflows/jan-server-web-ci-dev.yml to use the api-dev.jan.ai endpoint.
  • Updated MENLO_PLATFORM_BASE_URL in .github/workflows/jan-server-web-ci-stag.yml to use the api-stag.jan.ai endpoint.
  • Updated MENLO_PLATFORM_BASE_URL in .github/workflows/jan-server-web-ci-prod.yml to use the api.jan.ai endpoint.

@hiento09 hiento09 requested a review from Minh141120 October 28, 2025 08:45
@hiento09 hiento09 self-assigned this Oct 28, 2025
Copilot AI review requested due to automatic review settings October 28, 2025 08:45
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR migrates API endpoints from the legacy menlo.ai domain to the new jan.ai domain across all GitHub Actions workflow environments. The changes ensure CI/CD pipelines reference the correct API base URLs for all deployment stages.

Key changes:

  • Updated API domain from menlo.ai to jan.ai across development, staging, and production environments
  • Maintained consistent URL structure and versioning (/v1 endpoint)

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
.github/workflows/jan-server-web-ci-dev.yml Updated development environment API endpoint to api-dev.jan.ai
.github/workflows/jan-server-web-ci-stag.yml Updated staging environment API endpoint to api-stag.jan.ai
.github/workflows/jan-server-web-ci-prod.yml Updated production environment API endpoint to api.jan.ai

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@hiento09 hiento09 merged commit c854c54 into dev Oct 28, 2025
1 check passed
@hiento09 hiento09 deleted the chore/change-web-domain branch October 28, 2025 08:45
@github-project-automation github-project-automation bot moved this to QA in Jan Oct 28, 2025
@github-actions github-actions bot added this to the v0.7.3 milestone Oct 28, 2025
hiento09 added a commit that referenced this pull request Oct 28, 2025
hiento09 added a commit that referenced this pull request Oct 28, 2025
hiento09 added a commit that referenced this pull request Oct 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: QA

Development

Successfully merging this pull request may close these issues.

3 participants