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)
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.
src/ci