alinaliBQ commented on code in PR #48595:
URL: https://github.com/apache/arrow/pull/48595#discussion_r2677876376


##########
.github/workflows/cpp_extra.yml:
##########
@@ -337,19 +337,22 @@ jobs:
     if: >-
       needs.check-labels.outputs.force == 'true' ||
       contains(fromJSON(needs.check-labels.outputs.ci-extra-labels || '[]'), 
'CI: Extra') ||
-      contains(fromJSON(needs.check-labels.outputs.ci-extra-labels || '[]'), 
'CI: Extra: C++')
+      contains(fromJSON(needs.check-labels.outputs.ci-extra-labels || '[]'), 
'CI: Extra: C++') ||
+      contains(join(github.event.pull_request.changed_files, ' '), 
'cpp/src/arrow/flight/sql/odbc/')

Review Comment:
   Thanks Kou for pointing me there. Will take a look. 
   I have been given `Triage` access this morning, I believe now I have access 
to add the `CI: Extra` labels. 



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