Is there a way (from the command line) to list the names of all files changed in a PR in Git/GitHub? This would be used to find what tests need to be run in a Travis CI buil
Google search sent me here though it is slightly different question.
This question [details] has command-line. However, I needed the list of files, its ok if I can see in GUI
Here a way to see list of files in GUI:
open the pull request
click on the [Files changed] tab
Conversation 0 Commits 3 [Files changed] 8
click on drop down after 'n files' in the below line of [Files changed]
Changes from all commits v ... [8 files v] ... +638 −266
(click on the v, drop down, after files in the above line)