Replies: 2 comments 1 reply
-
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
Provide Feedback: Since this appears to be a bug or an inconsistency with expected functionality, you can provide feedback directly within the app. Most apps have a feedback or support option that allows you to report issues. Use the Web App: As a workaround, you may want to manage your pull requests and branches primarily through the web app until the mobile app's functionality aligns more closely with your expectations. Check for Updates: Make sure your mobile app is updated to the latest version. Sometimes, issues like these are addressed in subsequent updates. Reach Out to GitHub Support: If the issue persists, consider contacting GitHub Support to report this bug and seek further assistance. |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Bug
Body
Problem
I sometimes have multiple PRs open that use branches that depend on each other. For example, I have a PR (pr1) that will merge branch
f1
intodev
. Then, I have another PR (pr2) that will merge branchf2
intof1
. In order to keep pr1 clean, pr1 should be merged first. Once it is, I delete the branchf1
. Normally (on the web app), the pr2 will change its base branch automatically fromf1
todev
now. However, if I merge pr1 and delete the branchf1
in the GitHub mobile app, this is not the case. Instead the pr2 gets automatically closed (with no option to reopen).Expected Behavior
The pr2 should change its base automatically to the
dev
branch, just like it would when using the GitHub web application.System
Beta Was this translation helpful? Give feedback.
All reactions