File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 38
38
- edited
39
39
- reopened
40
40
- synchronize
41
+ pull_request_target :
42
+ types :
43
+ - opened
44
+ - edited
45
+ - reopened
46
+ - synchronize
41
47
push :
42
48
branches :
43
49
- main
Original file line number Diff line number Diff line change @@ -4902,6 +4902,7 @@ function getMessages(pullRequestOptions) {
4902
4902
const messages = [ ] ;
4903
4903
core . debug ( ` - eventName: ${ github . context . eventName } ` ) ;
4904
4904
switch ( github . context . eventName ) {
4905
+ case 'pull_request_target' :
4905
4906
case 'pull_request' : {
4906
4907
if ( ! github . context . payload ) {
4907
4908
throw new Error ( 'No payload found in the context.' ) ;
Original file line number Diff line number Diff line change @@ -104,6 +104,7 @@ async function getMessages(
104
104
core . debug ( ` - eventName: ${ github . context . eventName } ` )
105
105
106
106
switch ( github . context . eventName ) {
107
+ case 'pull_request_target' :
107
108
case 'pull_request' : {
108
109
if ( ! github . context . payload ) {
109
110
throw new Error ( 'No payload found in the context.' )
You can’t perform that action at this time.
0 commit comments