Closed
Description
- Gitea version (or commit ref): 1.9.4
- Git version: 2.17.1
- Operating system: ubuntu 18.04
- Database (use
[x]
):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (https://try.gitea.io/ppiwowa2/testrepo/pulls/1)
- No
- Not relevant
- Log gist:
Description
We observe that user can add more commits to existing approved PR. After that PR remains approved and can be merged despite new commits not being reviewed.
Steps to reproduce:
- fork repo
- commit to fork
- create PR
- get your PR approved
- add more commits to fork
- merge
This way only first commit was reviewed but all commits can be merged. I suspect that gitea should at least inform that some commits were not reviewed.