davyam commented on PR #5710: URL: https://github.com/apache/nifi/pull/5710#issuecomment-1127851569
Hi @mattyb149, I did the rebase getting the latest main, but I forgot of squash commits. Like this way: `git remote add nifi https://github.com/apache/nifi.git` `git checkout main` `git fetch nifi` `git checkout NIFI-4239` `git fetch` `git rebase nifi/main` `git push` There was a conflict in the license, but I fixed that. Did I do something wrong? The local build is OK, including tests and contrib check. Only the workflow execution here is pending, as we are first-time contributors. -- 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]
