0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-25 08:36:00 +01:00
charles-plutohealth 7c6edf1ba0
Fix /repos/{owner}/{repo}/pulls/{index}/files endpoint not populating previous_filename (#32017)
---
`status == "rename"` should have read `status == "renamed"`. The typo
means that file.PreviousFilename would never be populated, which e.g.
breaks usage of the Github Action at
https://github.com/dorny/paths-filter.
2024-09-12 01:29:27 +08:00
..
2024-07-10 11:37:16 +00:00