-
Notifications
You must be signed in to change notification settings - Fork 763
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]: Fixed incorrect error handling that led to panic in github_repository_environment
#1932
Conversation
@nickfloyd PTAL btw, this class of errors can be avoided if "not found" errors are checked up in the stack. I had a webinar on it - https://www.youtube.com/watch?v=KALvN2Yux3U |
Hey @nfx, thanks for the contributions and for the content you linked, I am sure it will help make things better going forward, we'll have a look and reach out if we have any questions! ❤️ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks again for getting to this ❤️ !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll get this merged in and get a release out the door sometime this week.
github_repository_environment
github_repository_environment
🙏🏽 @nickfloyd @nfx |
Closes #1931