For further actions, you may consider blocking this person and/or reporting abuse
Read next
Docker Containers and Immutable Infrastructure: Streamlining Deployments and Scaling
Abhay Singh Kathayat -
Docker Containers and Immutable Infrastructure: Building Consistent and Scalable Applications
Abhay Singh Kathayat -
Alarme Dynamo Throttle Events - Discord
Railander Marques -
A Journey into Machine Learning Simplification
Musharaf Hussain Abid -
Top comments (1)
GitHub's pull requests can be updated by pushing new commits to the existing branch. This is a deliberate design decision allowing PRs to be incrementally improved.
The solution is to push the changes you wish to be considered separately to a different branch and to open a new PR from that branch.
Source: stackoverflow.com/questions/344807...