kaxil commented on pull request #6007:
URL: https://github.com/apache/airflow/pull/6007#issuecomment-626221227


   > > Can you enable edit by maintainers too please so that I can make some 
change directly:
   > > 
https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/allowing-changes-to-a-pull-request-branch-created-from-a-fork
   > 
   > Hi @kaxil it is already checked
   
   Looks I you created this PR with "master" branch in your fork, hence I can't 
force push.
   
   Can you do the following to rebase on latests master:
   
   ```
   git fetch upstream master
   git rebase upstream/master
   git push -f
   ```


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

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


Reply via email to