kgyrtkirk commented on code in PR #18070:
URL: https://github.com/apache/druid/pull/18070#discussion_r2126537095


##########
.github/workflows/ci.yml:
##########
@@ -21,6 +21,7 @@ on:
 jobs:
   run-unit-tests:
     name: "unit tests(main)"
+    if: ${{ github.event.action != 'labeled' && github.event.action != 
'unlabeled' }}

Review Comment:
   I suspected that this will be a rabbit hole....but since this comes back the 
3rd time I went into it...
   * close/open can be automated like 
[this](https://github.com/kgyrtkirk/druid/pull/920)
   * however it needs a github token which has workflow access; the default 
token is not allowed to trigger workflows
   I think INFRA could do that for us...
   
   other option is to programmatically interrogate the current state of the PR 
and decide if the check  is needed that way



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to