Linking a pull request to an issue using a keyword is not working according to documentation #193413
Replies: 2 comments
-
|
💬 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.
-
|
I am facing the same problem. I was adding a "Closes #id" to the PR description. The PR merges from So obviously the linking seems to work only on the default branch |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Bug
Body
According to the documentation [1] it should be possible to link a pull request to an issue by mentioning the issue with a specific keyword in a commit message. But that doesn't seem to work, no link is created. I had
Fix #123in the commit message and also in the pull request title (automatically filled in by GitHub from the commit message), but it didn't link. When I updated the pull request description with the exact same keyword it did successfully linked the pull request to the issue.[1] https://docs.github.com/en/issues/tracking-your-work-with-issues/using-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword
Beta Was this translation helpful? Give feedback.
All reactions