You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change changes the configuration format to:
```
scopes:
merge_queue_scope: merge-queue
mode: parallel
source:
files:
js:
include:
- "**/*.js"
python:
include:
- "**/*.py"
other:
include:
- "**/*"
exclude:
- "**/*.py"
- "**/*.js"
```
Sources will later have value like: `bazel`, `nx`, `turporepo`
We will have something like:
```
scopes:
merge_queue_scope: merge-queue
mode: parallel
source:
nx:
command: ["npx", "nx"]
```
To get the scopes, this will run: `npx nx show projects --affected --base={base} --head={head}"`
Change-Id: I2e4195e7fc8ce38325b618573456d26b05a57b56
0 commit comments