You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2022/10/10 15:30:43 UTC

[GitHub] [spark] philwalk commented on pull request #38167: fix problems that affect windows shell environments (cygwin/msys2/mingw)

philwalk commented on PR #38167:
URL: https://github.com/apache/spark/pull/38167#issuecomment-1273489251

   > Would you mind checking https://github.com/apache/spark/pull/38167/checks?check_run_id=8783733198
   
   Two suggestions are provided:
   
   Enable Github Actions:
   My fork appears to be configured to allow actions, although I'm not sure.   Here's what I see:
   
   Actions permissions
   - Any action or reusable workflow can be used, regardless of who authored it or where it is defined.
   
   Workflow permissions
   - Workflows have read and write permissions in the repository for all scopes.
   
   Allow Github Actions to create and approve pull requests
   
   The second suggestion is this:
   ```bash
   git fetch upstream
   git rebase upstream/master
   git push origin YOUR_BRANCH --force
   ```
   I just did so, although it didn't fix the problem.
   
   UPDATE: I found the screen for enabling workflows, so we should be okay to re-run the failed check now.
   


-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org