File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 - edited
3939 - reopened
4040 - synchronize
41+ pull_request_target :
42+ types :
43+ - opened
44+ - edited
45+ - reopened
46+ - synchronize
4147 push :
4248 branches :
4349 - main
Original file line number Diff line number Diff line change @@ -4902,6 +4902,7 @@ function getMessages(pullRequestOptions) {
49024902 const messages = [ ] ;
49034903 core . debug ( ` - eventName: ${ github . context . eventName } ` ) ;
49044904 switch ( github . context . eventName ) {
4905+ case 'pull_request_target' :
49054906 case 'pull_request' : {
49064907 if ( ! github . context . payload ) {
49074908 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(
104104 core . debug ( ` - eventName: ${ github . context . eventName } ` )
105105
106106 switch ( github . context . eventName ) {
107+ case 'pull_request_target' :
107108 case 'pull_request' : {
108109 if ( ! github . context . payload ) {
109110 throw new Error ( 'No payload found in the context.' )
You can’t perform that action at this time.
0 commit comments