@@ -624,6 +624,7 @@ If there are actions for a webhook, events are emitted for both, the webhook nam
624
624
| [ ` project_column ` ] ( https://docs.github.com/en/webhooks/webhook-events-and-payloads#project_column ) | ` created ` <br >` deleted ` <br >` edited ` <br >` moved ` |
625
625
| [ ` projects_v2 ` ] ( https://docs.github.com/en/webhooks/webhook-events-and-payloads#projects_v2 ) | ` closed ` <br >` created ` <br >` deleted ` <br >` edited ` <br >` reopened ` |
626
626
| [ ` projects_v2_item ` ] ( https://docs.github.com/en/webhooks/webhook-events-and-payloads#projects_v2_item ) | ` archived ` <br >` converted ` <br >` created ` <br >` deleted ` <br >` edited ` <br >` reordered ` <br >` restored ` |
627
+ | [ ` projects_v2_status_update ` ] ( https://docs.github.com/en/webhooks/webhook-events-and-payloads#projects_v2_status_update ) | ` created ` <br >` deleted ` <br >` edited ` |
627
628
| [ ` public ` ] ( https://docs.github.com/en/webhooks/webhook-events-and-payloads#public ) | |
628
629
| [ ` pull_request ` ] ( https://docs.github.com/en/webhooks/webhook-events-and-payloads#pull_request ) | ` assigned ` <br >` auto_merge_disabled ` <br >` auto_merge_enabled ` <br >` closed ` <br >` converted_to_draft ` <br >` demilestoned ` <br >` dequeued ` <br >` edited ` <br >` enqueued ` <br >` labeled ` <br >` locked ` <br >` milestoned ` <br >` opened ` <br >` ready_for_review ` <br >` reopened ` <br >` review_request_removed ` <br >` review_requested ` <br >` synchronize ` <br >` unassigned ` <br >` unlabeled ` <br >` unlocked ` |
629
630
| [ ` pull_request_review ` ] ( https://docs.github.com/en/webhooks/webhook-events-and-payloads#pull_request_review ) | ` dismissed ` <br >` edited ` <br >` submitted ` |
@@ -638,13 +639,14 @@ If there are actions for a webhook, events are emitted for both, the webhook nam
638
639
| [ ` repository_import ` ] ( https://docs.github.com/en/webhooks/webhook-events-and-payloads#repository_import ) | |
639
640
| [ ` repository_ruleset ` ] ( https://docs.github.com/en/webhooks/webhook-events-and-payloads#repository_ruleset ) | ` created ` <br >` deleted ` <br >` edited ` |
640
641
| [ ` repository_vulnerability_alert ` ] ( https://docs.github.com/en/webhooks/webhook-events-and-payloads#repository_vulnerability_alert ) | ` create ` <br >` dismiss ` <br >` reopen ` <br >` resolve ` |
641
- | [ ` secret_scanning_alert ` ] ( https://docs.github.com/en/webhooks/webhook-events-and-payloads#secret_scanning_alert ) | ` created ` <br >` reopened ` <br >` resolved ` <br >` revoked ` < br > ` validated ` |
642
+ | [ ` secret_scanning_alert ` ] ( https://docs.github.com/en/webhooks/webhook-events-and-payloads#secret_scanning_alert ) | ` created ` <br >` reopened ` <br >` resolved ` <br >` validated ` |
642
643
| [ ` secret_scanning_alert_location ` ] ( https://docs.github.com/en/webhooks/webhook-events-and-payloads#secret_scanning_alert_location ) | ` created ` |
643
644
| [ ` security_advisory ` ] ( https://docs.github.com/en/webhooks/webhook-events-and-payloads#security_advisory ) | ` published ` <br >` updated ` <br >` withdrawn ` |
644
645
| [ ` security_and_analysis ` ] ( https://docs.github.com/en/webhooks/webhook-events-and-payloads#security_and_analysis ) | |
645
646
| [ ` sponsorship ` ] ( https://docs.github.com/en/webhooks/webhook-events-and-payloads#sponsorship ) | ` cancelled ` <br >` created ` <br >` edited ` <br >` pending_cancellation ` <br >` pending_tier_change ` <br >` tier_changed ` |
646
647
| [ ` star ` ] ( https://docs.github.com/en/webhooks/webhook-events-and-payloads#star ) | ` created ` <br >` deleted ` |
647
648
| [ ` status ` ] ( https://docs.github.com/en/webhooks/webhook-events-and-payloads#status ) | |
649
+ | [ ` sub_issues ` ] ( https://docs.github.com/en/webhooks/webhook-events-and-payloads#sub_issues ) | ` parent_issue_added ` <br >` parent_issue_removed ` <br >` sub_issue_added ` <br >` sub_issue_removed ` |
648
650
| [ ` team ` ] ( https://docs.github.com/en/webhooks/webhook-events-and-payloads#team ) | ` added_to_repository ` <br >` created ` <br >` deleted ` <br >` edited ` <br >` removed_from_repository ` |
649
651
| [ ` team_add ` ] ( https://docs.github.com/en/webhooks/webhook-events-and-payloads#team_add ) | |
650
652
| [ ` watch ` ] ( https://docs.github.com/en/webhooks/webhook-events-and-payloads#watch ) | ` started ` |
0 commit comments