Skip to content
New issue

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

Fix Panic from marshalling deployPullRequests instead of previewPullRequests #125

Merged
merged 1 commit into from
Apr 10, 2023

Conversation

EvanBoyle
Copy link
Contributor

fixes #124

Should we add an examples test that covers github integration?

Copy link
Member

@komalali komalali left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did really want to add a test for the GitHub case but it requires the GitHub app to be installed - I think we might need a new GitHub org to install the app to and I also don't have access to this Pulumi org that is being used for the tests here (it's in staging). All to say, we should definitely add that test but there's some friction there.

@EvanBoyle
Copy link
Contributor Author

Ah, yes. We have seen these struggles with testing against the github app before. Opened #126 as a follow up.

@EvanBoyle EvanBoyle merged commit 0e036b4 into main Apr 10, 2023
@EvanBoyle EvanBoyle deleted the evan/previewPullRequestFix branch April 10, 2023 12:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

panic: interface conversion: interface {} is nil, not bool
2 participants