We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a012ff commit aada465Copy full SHA for aada465
.github/checkForHttpStatusCodesUpdate.js
@@ -81,7 +81,7 @@ const createNewGithubIssue = async ( { httpStatusCodes, diffWithLastUsedVersion,
81
82
if ( dryRun ) {
83
log.info( `Would create issue:\n${ JSON.stringify( newIssue, null, 4 ) }` );
84
- return { total_count: 1, html_url: context.repo.issues_url };
+ return { number: 0, html_url: context.payload.repository.issues_url };
85
}
86
87
return github.issues.create( newIssue );
0 commit comments