summaryrefslogtreecommitdiffstats
path: root/models/pull/review_state.go
Commit message (Collapse)AuthorAgeFilesLines
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+2
| | | | | | | | | Change all license headers to comply with REUSE specification. Fix #16132 Co-authored-by: flynnnnnnnnnn <flynnnnnnnnnn@github> Co-authored-by: John Olheiser <john.olheiser@gmail.com>
* Delete related PullAutoMerge and ReviewState on User/Repo Deletion (#19649)65432022-05-081-4/+4
| | | | | | * delete pullautomerges on repo/user deletion * delete reviewstates on repo/user deletion * optimize automerhe code * add index to reviewstate
* Allow to mark files in a PR as viewed (#19007)delvh2022-05-071-0/+139
Users can now mark files in PRs as viewed, resulting in them not being shown again by default when they reopen the PR again.