@@ -4,34 +4,47 @@ extensions:
4
4
extensible : contextTriggerDataModel
5
5
data :
6
6
- ["commit_comment", "github.event.comment"]
7
+ - ["commit_comment", "github.event.changes"]
7
8
- ["discussion", "github.event.discussion"]
9
+ - ["discussion", "github.event.changes"]
8
10
- ["discussion_comment", "github.event.comment"]
9
11
- ["discussion_comment", "github.event.discussion"]
12
+ - ["discussion_comment", "github.event.changes"]
10
13
- ["issues", "github.event.issue"]
14
+ - ["issues", "github.event.changes"]
11
15
- ["issue_comment", "github.event.issue"]
12
16
- ["issue_comment", "github.event.comment"]
17
+ - ["issue_comment", "github.event.changes"]
13
18
- ["gollum", "github.event.pages"]
19
+ - ["gollum", "github.event.changes"]
14
20
- ["merge_group", "github.event.merge_group"]
15
21
- ["pull_request", "github.event.pull_request"]
16
22
- ["pull_request", "github.head_ref"]
23
+ - ["pull_request", "github.event.changes"]
17
24
- ["pull_request_comment", "github.event.comment"]
18
25
- ["pull_request_comment", "github.event.pull_request"]
19
26
- ["pull_request_comment", "github.head_ref"]
27
+ - ["pull_request_comment", "github.event.changes"]
20
28
- ["pull_request_review", "github.event.pull_request"]
21
29
- ["pull_request_review", "github.event.review"]
22
30
- ["pull_request_review", "github.head_ref"]
31
+ - ["pull_request_review", "github.event.changes"]
23
32
- ["pull_request_review_comment", "github.event.comment"]
24
33
- ["pull_request_review_comment", "github.event.pull_request"]
25
34
- ["pull_request_review_comment", "github.event.review"]
26
35
- ["pull_request_review_comment", "github.head_ref"]
36
+ - ["pull_request_review_comment", "github.event.changes"]
27
37
- ["pull_request_target", "github.event.pull_request"]
28
38
- ["pull_request_target", "github.head_ref"]
39
+ - ["pull_request_target", "github.event.changes"]
29
40
- ["push", "github.event.commits"]
30
41
- ["push", "github.event.head_commit"]
42
+ - ["push", "github.event.changes"]
31
43
- ["repository_dispatch", "github.event.client_payload"]
32
44
- ["workflow_dispatch", "github.event.inputs"]
33
45
- ["workflow_run", "github.event.workflow"]
34
46
- ["workflow_run", "github.event.workflow_run"]
47
+ - ["workflow_run", "github.event.changes"]
35
48
# workflow_call receives the same event payload as the calling workflow
36
49
- ["workflow_call", "github.event.client_payload"]
37
50
- ["workflow_call", "github.event.comment"]
@@ -46,4 +59,5 @@ extensions:
46
59
- ["workflow_call", "github.event.review"]
47
60
- ["workflow_call", "github.event.workflow"]
48
61
- ["workflow_call", "github.event.workflow_run"]
62
+ - ["workflow_call", "github.event.changes"]
49
63
0 commit comments