Skip to content

Fix duplicates check results returned by gh pr checks#5069

Merged
vilmibm merged 1 commit intocli:trunkfrom
hirasawayuki:fix-pr-checks-cmd
Jan 26, 2022
Merged

Fix duplicates check results returned by gh pr checks#5069
vilmibm merged 1 commit intocli:trunkfrom
hirasawayuki:fix-pr-checks-cmd

Conversation

@hirasawayuki
Copy link
Contributor

Fixes #4946
If a same checks are performed later, API will return duplicates of the same checks.
Therefore, when the same check is returned, the latest check is given priority to eliminate duplicates.

@hirasawayuki hirasawayuki requested a review from a team as a code owner January 20, 2022 12:47
@hirasawayuki hirasawayuki requested review from vilmibm and removed request for a team January 20, 2022 12:47
@cliAutomation cliAutomation added the external pull request originating outside of the CLI core team label Jan 20, 2022
@hirasawayuki hirasawayuki changed the title Fix API results returned by gh pr checks cmd Fix duplicates check results returned by gh pr checks Jan 20, 2022
Copy link
Contributor

@vilmibm vilmibm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

external pull request originating outside of the CLI core team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

gh pr checks retains stale checks until a new commit is pushed

3 participants