We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
requested_reviewers
I'm on 4.4.8
4.4.8
Danger looks like it's getting the wrong shape for danger.github.requested_reviewers When i log this out, i'm seeing:
danger.github.requested_reviewers
{ users: [], teams: [] }
So when trying to reference user count, i'm getting TS errors.
The text was updated successfully, but these errors were encountered:
It's more likely that the shape of the API has changed from GitHub, so yeah, this'll need type updates in danger and danger-swift I bet
Sorry, something went wrong.
Hi, @orta
Does it fix? Cause I also encounter this issue
thanks
No branches or pull requests
I'm on
4.4.8
Danger looks like it's getting the wrong shape for
danger.github.requested_reviewers
When i log this out, i'm seeing:
So when trying to reference user count, i'm getting TS errors.
The text was updated successfully, but these errors were encountered: