Skip to content

feat(api): add endpoints to set/unset stale flag on pull request review - #39259

Open
DrumYum wants to merge 1 commit into
go-gitea:mainfrom
DrumYum:feature/review-stale-api
Open

feat(api): add endpoints to set/unset stale flag on pull request review#39259
DrumYum wants to merge 1 commit into
go-gitea:mainfrom
DrumYum:feature/review-stale-api

Conversation

@DrumYum

@DrumYum DrumYum commented Sep 7, 2026

Copy link
Copy Markdown

Add API endpoints to manually override the stale flag on pull request reviews

Closes #39257

Add PUT and DELETE /repos/{owner}/{repo}/pulls/{index}/reviews/{id}/stale
API endpoints to allow external tools to programmatically mark reviews
as stale or not stale
@GiteaBot GiteaBot added the lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. label Sep 7, 2026
@github-actions github-actions Bot added topic/api Concerns mainly the API type/feature Completely new functionality. Can only be merged if feature freeze is not active. labels Sep 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. topic/api Concerns mainly the API type/feature Completely new functionality. Can only be merged if feature freeze is not active.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add endpoint to set/unset stale flag on pull request review

2 participants