You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -163,11 +163,13 @@ class YourAppConfig(AppConfig):
163
163
> [!NOTE]
164
164
> Handlers must be async functions as django-github-app uses gidgethub for webhook event routing which only supports async operations. Sync support is planned to better integrate with Django projects that don't use async.
165
165
166
-
For more information about GitHub webhook events and payloads, see:
166
+
For more information about GitHub webhook events and payloads, see these pages in the GitHub docs:
167
167
168
168
- [Webhook events and payloads](https://docs.github.com/en/webhooks/webhook-events-and-payloads)
0 commit comments