Fires when a discussion is created, edited, deleted, pinned, unpinned, locked, unlocked, transferred, answered, or categorized.
extraction: manual html
Auth
- Auth method
hmac-sha256- Signature header
X-Hub-Signature-256- Signature detail
- HMAC-SHA256 of raw request body; also delivers legacy X-Hub-Signature (HMAC-SHA1) when configured.
- Idempotency header
X-GitHub-Delivery- Event ID header
X-GitHub-Delivery
Delivery
- Guarantees
- at-least-once
- Max payload size
- 26,214,400 bytes
Payload schema (field names + types only)
action string
The action that triggered the event (e.g. created, deleted, updated).
sender object required
User account that triggered the event.
repository object
Repository where the event occurred. Absent on some org-level events.
organization object | null
Organization owning the repository, if applicable.
installation object | null
GitHub App installation context, present for app-based deliveries.
Vendor docs
Fires when an issue is assigned, closed, deleted, demilestoned, edited, labeled, locked, milestoned, opened, pinned, reopened, transferred, unassigned, unlabeled, or unlocked.
extraction: manual html
Auth
- Auth method
hmac-sha256- Signature header
X-Hub-Signature-256- Signature detail
- HMAC-SHA256 of raw request body; also delivers legacy X-Hub-Signature (HMAC-SHA1) when configured.
- Idempotency header
X-GitHub-Delivery- Event ID header
X-GitHub-Delivery
Delivery
- Guarantees
- at-least-once
- Max payload size
- 26,214,400 bytes
Payload schema (field names + types only)
action string
The action that triggered the event (e.g. created, deleted, updated).
sender object required
User account that triggered the event.
repository object
Repository where the event occurred. Absent on some org-level events.
organization object | null
Organization owning the repository, if applicable.
installation object | null
GitHub App installation context, present for app-based deliveries.
Vendor docs
Auth
- Auth method
hmac-sha256- Signature header
X-Hub-Signature-256- Signature detail
- HMAC-SHA256 of raw request body; also delivers legacy X-Hub-Signature (HMAC-SHA1) when configured.
- Idempotency header
X-GitHub-Delivery- Event ID header
X-GitHub-Delivery
Delivery
- Guarantees
- at-least-once
- Max payload size
- 26,214,400 bytes
Payload schema (field names + types only)
action string
The action that triggered the event (e.g. created, deleted, updated).
sender object required
User account that triggered the event.
repository object
Repository where the event occurred. Absent on some org-level events.
organization object | null
Organization owning the repository, if applicable.
installation object | null
GitHub App installation context, present for app-based deliveries.
Vendor docs
Fires when a pull request is assigned, auto merge disabled/enabled, closed, converted to draft, demilestoned, dequeued, edited, enqueued, labeled, locked, milestoned, opened, ready for review, reopened, review_request_removed, review_requested, synchronized, unassigned, unlabeled, or unlocked.
extraction: manual html
Auth
- Auth method
hmac-sha256- Signature header
X-Hub-Signature-256- Signature detail
- HMAC-SHA256 of raw request body; also delivers legacy X-Hub-Signature (HMAC-SHA1) when configured.
- Idempotency header
X-GitHub-Delivery- Event ID header
X-GitHub-Delivery
Delivery
- Guarantees
- at-least-once
- Max payload size
- 26,214,400 bytes
Payload schema (field names + types only)
action string
The action that triggered the event (e.g. created, deleted, updated).
sender object required
User account that triggered the event.
repository object
Repository where the event occurred. Absent on some org-level events.
organization object | null
Organization owning the repository, if applicable.
installation object | null
GitHub App installation context, present for app-based deliveries.
Vendor docs
Fires when a repository is archived, created, deleted, edited, privatized, publicized, renamed, transferred, or unarchived.
extraction: manual html
Auth
- Auth method
hmac-sha256- Signature header
X-Hub-Signature-256- Signature detail
- HMAC-SHA256 of raw request body; also delivers legacy X-Hub-Signature (HMAC-SHA1) when configured.
- Idempotency header
X-GitHub-Delivery- Event ID header
X-GitHub-Delivery
Delivery
- Guarantees
- at-least-once
- Max payload size
- 26,214,400 bytes
Payload schema (field names + types only)
action string
The action that triggered the event (e.g. created, deleted, updated).
sender object required
User account that triggered the event.
repository object
Repository where the event occurred. Absent on some org-level events.
organization object | null
Organization owning the repository, if applicable.
installation object | null
GitHub App installation context, present for app-based deliveries.
Vendor docs