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