jpoehnelt/Resolve Outdated PR Comments
Automatically resolve outdated or stale PR review comment threads
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token with pull request write permissions | no | ${{ github.token }} |
| strategy | Strategy for determining which threads to resolve: - "outdated": only resolve threads GitHub marks as outdated (code lines changed) - "older_sha": only resolve threads where the original comment commit != head SHA - "any": resolve if either condition is true (default) | no | any |
Outputs
no outputs