We have implemented a development workflow that utilizes GitHub Actions to automate tasks such as testing, code quality, and compliance, while also maintaining a strong emphasis on code reviews. Our pull request and merge workflow revolves around automating as much of the process as possible, with a focus on quality and velocity. We use GitHub Actions to run tools for testing and code quality, and have implemented custom actions to validate SpiceDB schemas using test data. Our code review process involves creating a draft PR that allows authors to push intermediate changes to get feedback from automated actions, and reviewers can check out the PR branch and run it in their local workspace before reviewing the code. We maintain a 24-hour turnaround time for reviews and encourage anyone (usually the reviewer) to merge an approved PR once complete. Our merge workflow aims to strike a balance between completeness of checks without requiring too much developer intervention, but we've encountered issues with stale PR approvals and unnecessary re-releases, leading us to seek recommendations for a merge queue solution to improve our process.