Add --merged-by flag to pull-requests sub command #66
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Proposing a solution to the API limitation for
merged_by
in pull_requests. Specifically the following called out in the readme:This approach might cause larger repos to hit rate limits called out in #51 but seems to work well in the repos I tested and included below.
Old Behavior
--pull-request
flagsNew Behavior
--merged-by
flag for getting 'merge_by' information out of pull-requests without having to specify individual PR numbers.Testing
Picking some repo that has more than one merger (datasette only has 1 😉 )
userid
are now present for those PRs that were merged.Without the flag the
merged_by
behavior remains missing as expected when get PRs bulk:Individual PRs passed via
--pull-request
flag behaves as expected (unchanged):