Yicong-Huang commented on code in PR #4287:
URL: https://github.com/apache/texera/pull/4287#discussion_r2927567371
##########
.github/workflows/github-action-build.yml:
##########
@@ -26,14 +26,76 @@ on:
- 'ci-enable/**'
- 'main'
pull_request:
+ types: [opened, synchronize, reopened]
+ issue_comment:
+ types: [created]
Review Comment:
how about this:
- we can use labels to satisfy this need, only committers would be able to
apply labels.
- Currently, all labels are assigned automatically by CI (auto labeler). we
could modify it to respect the labels manually added by committers.
Does that satisfy your need?
##########
.github/workflows/github-action-build.yml:
##########
@@ -26,14 +26,76 @@ on:
- 'ci-enable/**'
- 'main'
pull_request:
+ types: [opened, synchronize, reopened]
+ issue_comment:
+ types: [created]
Review Comment:
how about this:
- we can use labels to satisfy this need, only committers would be able to
apply labels.
- Currently, all labels are assigned automatically by CI (auto labeler). we
could modify it to respect the labels manually added by committers.
Does that satisfy your need?
--
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]