Currently we manually check that the following things are done before merging a PR:
- Ensure there is a review and approval.
- Use a squash commit.
- Match the PR title and the squash commit message.
- Follow the Conventional Commits standard for the squash commit message (and include the PR number at the end).
- Delete the PR branch afterward.
Ideally this is automated instead of done manually.