-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
We'd love for more open source maintainers (ourselves included) to retain the Git AI notes that come in from forks. This would require updates to our CI actions to copy over the Git AI notes from forks after PRs are merged.
- Reference the existing CI logic and templates in
src/ci - Support forks in the existing squash/rebase logic (I believe that forks do not currently copy notes in these flows either)
- For normal merges (merge commit instead of squash/rebase), detect when we're merging from a fork and copy notes for the commits that we're merging in.
- Update CI templates (if necessary, probably not as the templates already trigger on merges)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers