Open grxy opened 5 years ago
Is it possible you have an old install of peril, think that got fixed recently ( https://github.com/danger/peril/issues/367#issuecomment-509542990 )
Unfortunately, no. This is from a new Peril setup I worked on right before creating this ticket just yesterday. I followed the setup_for_org instructions.
For context, this was my second attempt at solving this in the last month or so. All diffs for another peril setup are returning null
as well.
Hi! I really appreciate the time you've invested into danger and peril. It has been extremely valuable to me and many teams I've been on.
When I try to run
danger.git.diffForFile
in a PR, the diff object is resolved tonull
, unless I setDANGER_GITHUB_API_TOKEN
with a personal access token in heroku. Is this by design, or is there some config/setup that I possibly missed so that peril has access to retrieve a diff for a file in a PR?Thanks!