-
Notifications
You must be signed in to change notification settings - Fork 412
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: Check if a valid GitHub installation exists #3893
fix: Check if a valid GitHub installation exists #3893
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Uffizzi Preview |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3893 +/- ##
==========================================
- Coverage 95.87% 95.86% -0.01%
==========================================
Files 1133 1135 +2
Lines 35873 36046 +173
==========================================
+ Hits 34393 34556 +163
- Misses 1480 1490 +10 ☔ View full report in Codecov by Sentry. |
…2 condition block
Thanks for submitting a PR! Please check the boxes below:
pre-commit
to check lintingdocs/
if required so people know about the feature!Changes
GithubConfiguration
model.installation_id
is valid.call_github_app_webhook_for_feature_state
task out fromapi/features/tasks.py
totrigger_feature_state_change_webhooks_signal
.How did you test this code?