micahstubbs opened a new pull request, #2218:
URL: https://github.com/apache/helix/pull/2218

   ### Description
   
   <!-- Write a concise description: "what?, why?, how?" and then add some 
details about this PR, including screenshots of any UI changes -->
   
   <!-- This PR fixes this Helix issue & includes the Helix issue in the PR 
description. Link your issue number here: You can write `Fix #123`.  See 
https://docs.github.com/en/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue
 -->
   
   This PR configures the expensive `Helix-PR_CI` job to ignore directories 
that do not change the outcome of the Maven tests. 
   
   ```yml
       paths-ignore:
         - '.github/**'
         - 'helix-front/**'
         - '**/*.md'
   ```
   
   Docs for the 
[paths-ignore](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onpushpull_requestpull_request_targetpathspaths-ignore)
 option
   
   Fix #2217
   
   ### Tests
   
   <!-- List the names of new unit or integration tests -->
   
   Tooling change only. 
   
   <!-- ### Changes that Break Backward Compatibility (Optional)
   
   - [ ] My PR contains changes that break backward compatibility or previous 
assumptions for certain methods or API. They include: -->
   
   <!-- Consider including all behavior changes for public methods or API. Also 
include these changes in merge description so that other developers are aware 
of these changes. This allows them to make relevant code changes in feature 
branches accounting for the new method or API behavior. -->
   
   <!-- ### Documentation (Optional)
   
   - [ ] In case of new functionality, my PR adds documentation in the 
following wiki page: -->
   
   <!-- Link the GitHub wiki you added -->
   


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