Yicong-Huang opened a new pull request, #4626:
URL: https://github.com/apache/texera/pull/4626

   ### What changes were proposed in this PR?
   
   Skip the non-frontend stacks (`scala`, `python`, `agent-service`) when a 
PR's labels are a subset of `{frontend, docs, dev}` and `frontend` is present. 
Mirror of the existing "skip frontend if no `frontend` label" rule from #4622.
   
   Updated `precheck` decision table:
   
   | PR labels | frontend | scala | python | agent-service |
   |---|---|---|---|---|
   | only `docs` and/or `dev` | skip | skip | skip | skip |
   | `frontend` (with optional `docs` / `dev`) | **run** | **skip** | **skip** 
| **skip** |
   | no `frontend` label | skip | run | run | run |
   | any other combination | run | run | run | run |
   
   The backport matrix automatically inherits the same skip decisions through 
the existing `run_*` plumbing in `required-checks.yml`.
   
   ### Any related issues, documentation, discussions?
   
   Closes #4625. Builds on #4622 (this PR is stacked on 
`feat/label-based-stack-routing`).
   
   ### How was this PR tested?
   
   To exercise after merge: open a frontend-only PR (only `frontend/**` files, 
labels: just `frontend`); precheck should set `run_frontend=true` and the other 
three to `false`. Open a docs-only PR for the all-skip path; open a python-only 
PR for the existing "skip frontend" path.
   
   ### Was this PR authored or co-authored using generative AI tooling?
   
   Generated-by: Claude Opus 4.7
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to