Skip to content

fix(destinations): Update the digest email link to goto destinations, not sources#59694

Merged
kyleswank merged 4 commits into
masterfrom
kyle/destination-digest-email-link
May 27, 2026
Merged

fix(destinations): Update the digest email link to goto destinations, not sources#59694
kyleswank merged 4 commits into
masterfrom
kyle/destination-digest-email-link

Conversation

@kyleswank
Copy link
Copy Markdown
Contributor

Problem

The link in the digest email for destinations sent the user to /pipelines which is the sources page, not the destinations page.

We shouldn't send users to the wrong page when they click a link.

Changes

  • Change the link to goto /pipelines/destinations

How did you test this code?

Tested the URL manually, since that's all that changed

Publish to changelog?

Fixed link in destination daily digest email to goto destinations page, not sources page

Docs update

skip-inkeep-docs

🤖 Agent context

@kyleswank kyleswank requested a review from a team May 22, 2026 17:22
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 22, 2026

🎭 Playwright didn't run on this PR — your changes touch code that could affect E2E behavior, but Playwright is opt-in via label now to keep CI cost down.

Add the run-playwright label if you want an E2E sweep before merging — CI will pick it up automatically.

Most PRs don't need this. Real regressions still get caught on master and fix-forward.

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented May 22, 2026

Prompt To Fix All With AI
Fix the following 1 code review issue. Work through them one at a time, proposing concise fixes.

---

### Issue 1 of 1
posthog/templates/email/hog_functions_daily_digest.html:45-47
The button text still says "View Data Pipelines" but now points specifically to the destinations sub-page. Consider updating the label to match the destination so users know where they're headed.

```suggestion
    <a class="button" href="{{ site_url }}/project/{{ team.id }}/pipeline/destinations">
        View Destinations
    </a>
```

Reviews (1): Last reviewed commit: "Keep the text though" | Re-trigger Greptile

Comment thread posthog/templates/email/hog_functions_daily_digest.html
Copy link
Copy Markdown
Contributor

@dmarchuk dmarchuk left a comment

Choose a reason for hiding this comment

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

Thanks! 🙏 Looks good, I think it would make sense to apply the Greptile suggestion as well

kyleswank and others added 3 commits May 26, 2026 08:35
@kyleswank kyleswank force-pushed the kyle/destination-digest-email-link branch from 6465d88 to dbc9fa8 Compare May 26, 2026 12:35
@kyleswank kyleswank merged commit 1cd892f into master May 27, 2026
214 checks passed
@kyleswank kyleswank deleted the kyle/destination-digest-email-link branch May 27, 2026 17:02
@deployment-status-posthog
Copy link
Copy Markdown

deployment-status-posthog Bot commented May 27, 2026

Deploy status

Environment Status Deployed At Workflow
dev ✅ Deployed 2026-05-27 17:36 UTC Run
prod-us ✅ Deployed 2026-05-27 17:48 UTC Run
prod-eu ✅ Deployed 2026-05-27 17:52 UTC Run

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants