balvajs/Dismiss stale PR reviews based on ownership

Dismiss all reviews that are stale. The staleness is decided based on changed files and Codeowners file.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
ignore-filesList of file patterns that should be ignored -> no review will be dismissed based on these files changes. The list is new line separatedno
tokenGitHub token with permissions to read organization. Default is github.tokenno${{ github.token }}
no-owner-actionWhat should happen if some file doesn't have owner. Valid options are `"dismiss-all"` and `"dismiss-none"`nodismiss-all
force-push-actionWhat should happen if the git diff couldn't be resolved due to force push. Valid options are `"dismiss-all"` and `"dismiss-none"`nodismiss-all

no outputs