Skip to content

fix: update deployment branch from master to production in CI/CD work…#2

Merged
M-awais-rasool merged 1 commit into
masterfrom
production
Feb 26, 2026
Merged

fix: update deployment branch from master to production in CI/CD work…#2
M-awais-rasool merged 1 commit into
masterfrom
production

Conversation

@M-awais-rasool
Copy link
Copy Markdown
Member

…flow and change HelpSettings link to AppLens

…flow and change HelpSettings link to AppLens
Copilot AI review requested due to automatic review settings February 26, 2026 16:39
@vercel
Copy link
Copy Markdown

vercel Bot commented Feb 26, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
app-lens-ai Ready Ready Preview, Comment Feb 26, 2026 4:39pm

@M-awais-rasool M-awais-rasool merged commit 76cb3d1 into master Feb 26, 2026
6 checks passed
Copy link
Copy Markdown

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

Updates the frontend deployment workflow to deploy from the production branch and refreshes the Help Settings “changelog” link to point at the AppLens GitHub repo.

Changes:

  • Switch GitHub Actions deploy trigger/guard from master to production.
  • Update Help Settings external link URL from the old repository’s releases page to the AppLens repository.

Reviewed changes

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

File Description
src/components/settings/sections/HelpSettings.tsx Updates the “View Changelog” external link destination.
.github/workflows/frontend-deploy.yml Deploy workflow now triggers/runs on production instead of master.
Comments suppressed due to low confidence (1)

src/components/settings/sections/HelpSettings.tsx:365

  • The button label says "View Changelog", but the updated URL points to the repository root. If this is intended to show release notes/changelog, link directly to the releases (e.g., the repo’s /releases page) so the CTA matches the destination.
          <a
            href="https://github.com/AppLens-AI/AppLens"
            target="_blank"
            rel="noopener noreferrer"
          >
            <Button variant="outline" className="w-full gap-2">
              <ExternalLink className="h-4 w-4" />
              View Changelog
            </Button>

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants