You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(code): add commit trailers for attribution (#1431)
## Problem
we don't (yet) do a great job of attributing work done by posthog code back to posthog code.
one small step in that direction is adding commit trailers to all commits made in our UI
<!-- Who is this for and what problem does it solve? -->
<!-- Closes #ISSUE_ID -->
## Changes
adds commit trailers to all commits from the UI, with a reference to posthog code and the task ID
<!-- What did you change and why? -->
<!-- If there are frontend changes, include screenshots. -->
## How did you test this?
<!-- Describe what you tested -- manual steps, automated tests, or both. -->
<!-- If you're an agent, only list tests you actually ran. -->
tested manually, sample `git log`:
```
commit 2c95d4396cc3fed3f138b4f0e63e8f771632c007 (HEAD -> posthog-code/test-change)
Author: Adam Bowker <adam.b@posthog.com>
Date: Wed Apr 1 14:19:10 2026 -0700
fix(actions): remove test comment from ActionsModelProps interface
Generated-By: PostHog Code
Task-Id: e6f79d08-9b9d-42fe-8648-14fe1aad8bcb
```
0 commit comments