Rite Dear Support, Kindly inform you that, we are facing issue with bitbucket pull requests. Once we create pull request, and after that if we push more commits, pull request is not auto updating. We have to decline original pull request and create new one. It seems like some of the post commit hooks are not working. Can you please help to resolve it? |
Hey Sachin,
It looks like you're running into the issue described in Pull Requests Not Reflecting Changes Pushed to Remote Branch. Can you please follow the resolution there and see if it helps?
These issues are often caused by third party plugins. It would be a great troubleshooting step to enable safe mode temporarily. Running your application in 'safe mode' disables all user installed add-ons at once. All add-ons that were disabled when you entered Safe Mode will be re-enabled when you exit Safe Mode.
To enable safe mode:
# As a user with administrator privileges, open the 'Manage Add-ons' or 'Find New Add-ons' page from the application's administration console.
# Click the Enable safe mode link at the bottom of the page.
# The 'Do you wish to continue?' dialog box appears.
# Click the Continue button to confirm the operation.
# All user-installed add-ons are disabled and your application now runs in safe mode, as indicated by the message on the page.
You can now individually enable add-ons.
When finished, exit safe mode by clicking one of these links in the Safe Mode banner:
- Exit Safe Mode and restore the previous configuration enables user-installed add-ons, restoring your add-on configuration to the state before you entered Safe Mode.
- Exit Safe Mode and keep the current configuration enables user-installed add-ons, keeping all changes made to your add-on configuration while in Safe Mode.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.