text
text copied to clipboard
Ensure `main` and `fbsync` are both in sync
Description
- Currently the
fbsyncbranch is 172 commits ahead, 749 commits behind main. - We want to ensure that
mainandfbsyncbranches are both up to date which is a 2 stage process- Merge all commits from
maintofbsyncand resolve any merge conflicts (#1948) - Merge all commits from
fbsynctomainand resolve any merge conflicts (#1950)
- Merge all commits from