Ma77Ball commented on issue #4279:
URL: https://github.com/apache/texera/issues/4279#issuecomment-4044109793
```mermaid
flowchart TD
A[PR opened / push / workflow_dispatch] --> B[check-permissions]
B --> C{Does PR modify\ngithub-action-build.yml?}
C -- No --> E[frontend / scala / python\nrun automatically]
C -- Yes --> D{Is actor a committer?\nwrite / maintain / admin}
D -- Yes --> E
D -- No --> F[❌ Fail\nA committer must review\nand re-run manually]
F --> G[Committer reviews & re-runs]
G --> E
```
--
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]