Add Pull Request Link to Issue#511
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.
|
ezio-melotti
left a comment
There was a problem hiding this comment.
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