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 f7fde2f commit 462fc3bCopy full SHA for 462fc3b
src/compat.ts
@@ -174,7 +174,7 @@ export function getPRNumber() {
174
return parseInt(process.env["MR_NUMBER"]);
175
} else {
176
// TEMP CHANGE - FOR TESTING
177
- return parseInt(getGitHubContext().payload.pull_request?.number ?? "1");
+ return parseInt(getGitHubContext().payload.pull_request?.number);
178
}
179
180
0 commit comments