-
-
Notifications
You must be signed in to change notification settings - Fork 60
Add Pull Request Link to Issue #511
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report
@@ Coverage Diff @@
## main #511 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 18 18
Lines 1878 1921 +43
Branches 217 222 +5
=========================================
+ Hits 1878 1921 +43
Flags with carried forward coverage won't be shown. Click here to find out more.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this handle issues with multiple PRs?
If you mean multiple PR's pointing to the same issue, then the answer is yes. :) |
I really like the way this feature is working! Thanks @saadmk11! See python/cpython#98852 for a nice example of it in action |
Always happy to contribute. This was my first contribution to |
Indeed, thanks for the PR! There are more possible enhancement that could be added in future PRs. One would be adding the issue to the same list, instead of adding a new one-element list for each PR. Another option is to add them to a checklist or (even better) to a tasklist. |
Sounds interesting, can you please open an issue maybe with some examples of what you are thinking? We can discuss and implement it from there. 🙂 |
closes #501