Remove request to merge remote tracking branch on GitHub
# Postmortem: Removing Misleading Merge Requests for Remote Tracking Branches on GitHub **Summary** A developer encountered persistent merge request prompts on a GitHub fork despite changes already being integrated via regular pull requests. Locally, `git status` showed the branch was ahead of `upstream/main` by 3 commits. The workflow issue centers around unpropagated upstream changes creating … Read more