I have a monorepo with several projects.
I’m using the Vercel bot for Github to automatically post a comment on Github pull requests which gives me preview links of the pull request’s affected projects. This workspace is a monorepo so Vercel sees what projects are affected and which are not.
I’m having an issue whereby I might have a pull request with changes to several projects and therefore the PR comment should list all affected projects. However, it’s only listing the affected projects of the last commit in the pull request. What can I do to fix this?
Other projects only show up if changes to them were a part of the latest commit.