Open gavanderhoorn opened 3 years ago
Thanks for pointing this out. This is a more general issue: Should we consider bug fixes that occur on PR branches within our dataset? The only repo that should be affected by this issue is MAVROS, since that's the only repo where we looked at commits rather than just PR/issues. Let's figure out how many bugs within our dataset occur on PR branches, and then we can discuss and make a decision on the issue at our next meeting.
There's a really on-topic Github help article about this: Searching issues and pull requests.
Example: https://api.github.com/search/issues?q=<INSERT_HASH_HERE>
.
That should result in (a list of) https://api.github.com/repos/<ORG>/<REPO>/issues/<PR_ID>
.
Edit: for bug dab1b8a
: https://api.github.com/search/issues?q=dab1b8a16d6194056cb7e76215ecf299d1a90f08.
Which returns https://github.com/mavlink/mavros/pull/230, which is indeed the PR that commit is part of.
Similar to #426. This bug description (dab1b8a) references another commit in the same PR as in #426.
Same question.