Conversation
Contributor
Author
This was referenced Apr 1, 2026
This was referenced Apr 1, 2026
eda1ca1 to
28fc5ee
Compare
dcf3ef6 to
2b80f9a
Compare
charlesvien
approved these changes
Apr 2, 2026
28fc5ee to
4bbd9d3
Compare
2b80f9a to
2326d8b
Compare
3dd25b5 to
ccbbd0c
Compare
2326d8b to
2b1c59e
Compare
2b1c59e to
39a11cb
Compare
ccbbd0c to
0b92782
Compare
39a11cb to
99e6912
Compare
Contributor
Author
adboio
added a commit
that referenced
this pull request
Apr 3, 2026
## Problem #1431 adds commit trailers when committing via UI, #1432 adds trailers + PR body instructions for agent now we need to add PR body footer when creating a PR via UI <!-- Who is this for and what problem does it solve? --> <!-- Closes #ISSUE_ID --> ## Changes appends "created by posthog code" to PR body when creating from UI <!-- 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. --> PostHog/posthog#53123
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Problem
we explicitly instruct the (cloud) agent to not include any attribution lines -- presumably to avoid the default claude code stuff
however, this means there's also no attribution back to posthog code
Changes
How did you test this?
i haven't yet 🙈