Describe the bug
pull_request_commits records are incorrect. This pr has only 10 commits, but there're more than 10 records with pr.id = 'github:GithubPullRequest:514445706' in the table.
To Reproduce
Steps to reproduce the behavior:
- Go to 'triggers' page in the config-ui
- run
[ [ { "plugin":"github", "options":{ "owner":"tikv", "repo":"tikv", "tasks":[ "collectPullRequestCommits", "convertPullRequestCommits" ] } } ] ]
- Click on Trigger collection
Expected behavior
table.Pull request commits has the right number and pair of records after collection is finished.
Describe the bug
pull_request_commitsrecords are incorrect. This pr has only 10 commits, but there're more than 10 records withpr.id = 'github:GithubPullRequest:514445706'in the table.To Reproduce
Steps to reproduce the behavior:
[ [ { "plugin":"github", "options":{ "owner":"tikv", "repo":"tikv", "tasks":[ "collectPullRequestCommits", "convertPullRequestCommits" ] } } ] ]Expected behavior
table.Pull request commits has the right number and pair of records after collection is finished.