-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
One concern about the generated graph - in context of a feature like Merge Queue - is that it doesn't cover all the folders related to building.
For example, imagine two PRs A and B, A is adding a new method call to a deprecated function in Nodejs, but PR B is updating the .nvmrc file to a version of Node that doesn't have that function.
The point of Merge Queue is to ensure this bad combo of PRs doesn't merge at same time and break main, but that's impossible if the MQ decides the PRs can go in separate "lanes".
A similar common issue could occur with a project change and a conflicting change to a GitHub Actions build workflow.
perhaps this could be solved with a separate set of rules for files that can affect all PRs.
octogonz
Metadata
Metadata
Assignees
Labels
No labels