You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
It is a git diff default behaviour to use a/ to prefix source file and b/ to prefix destination file (see the docs for more detail). Within the codebase of the pacakge, we work around this by using --no-prefix flag to get diffs, but changed files tab instead get the diff from GitHub API, which doesn't have a no-prefix option. As a result, some file paths in PR changed files have their prefixes included as well.
Steps to Reproduce
Open "Files" tab in PR view
Observe that some file paths have b/ in front of it.