@@ -4,34 +4,47 @@ extensions:
44 extensible : contextTriggerDataModel
55 data :
66 - ["commit_comment", "github.event.comment"]
7+ - ["commit_comment", "github.event.changes"]
78 - ["discussion", "github.event.discussion"]
9+ - ["discussion", "github.event.changes"]
810 - ["discussion_comment", "github.event.comment"]
911 - ["discussion_comment", "github.event.discussion"]
12+ - ["discussion_comment", "github.event.changes"]
1013 - ["issues", "github.event.issue"]
14+ - ["issues", "github.event.changes"]
1115 - ["issue_comment", "github.event.issue"]
1216 - ["issue_comment", "github.event.comment"]
17+ - ["issue_comment", "github.event.changes"]
1318 - ["gollum", "github.event.pages"]
19+ - ["gollum", "github.event.changes"]
1420 - ["merge_group", "github.event.merge_group"]
1521 - ["pull_request", "github.event.pull_request"]
1622 - ["pull_request", "github.head_ref"]
23+ - ["pull_request", "github.event.changes"]
1724 - ["pull_request_comment", "github.event.comment"]
1825 - ["pull_request_comment", "github.event.pull_request"]
1926 - ["pull_request_comment", "github.head_ref"]
27+ - ["pull_request_comment", "github.event.changes"]
2028 - ["pull_request_review", "github.event.pull_request"]
2129 - ["pull_request_review", "github.event.review"]
2230 - ["pull_request_review", "github.head_ref"]
31+ - ["pull_request_review", "github.event.changes"]
2332 - ["pull_request_review_comment", "github.event.comment"]
2433 - ["pull_request_review_comment", "github.event.pull_request"]
2534 - ["pull_request_review_comment", "github.event.review"]
2635 - ["pull_request_review_comment", "github.head_ref"]
36+ - ["pull_request_review_comment", "github.event.changes"]
2737 - ["pull_request_target", "github.event.pull_request"]
2838 - ["pull_request_target", "github.head_ref"]
39+ - ["pull_request_target", "github.event.changes"]
2940 - ["push", "github.event.commits"]
3041 - ["push", "github.event.head_commit"]
42+ - ["push", "github.event.changes"]
3143 - ["repository_dispatch", "github.event.client_payload"]
3244 - ["workflow_dispatch", "github.event.inputs"]
3345 - ["workflow_run", "github.event.workflow"]
3446 - ["workflow_run", "github.event.workflow_run"]
47+ - ["workflow_run", "github.event.changes"]
3548 # workflow_call receives the same event payload as the calling workflow
3649 - ["workflow_call", "github.event.client_payload"]
3750 - ["workflow_call", "github.event.comment"]
@@ -46,4 +59,5 @@ extensions:
4659 - ["workflow_call", "github.event.review"]
4760 - ["workflow_call", "github.event.workflow"]
4861 - ["workflow_call", "github.event.workflow_run"]
62+ - ["workflow_call", "github.event.changes"]
4963
0 commit comments