File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -67778,7 +67778,7 @@ function fetchPatch() {
67778
67778
if (onlyNewIssues !== `false` && onlyNewIssues !== `true`) {
67779
67779
throw new Error(`invalid value of "only-new-issues": "${onlyNewIssues}", expected "true" or "false"`);
67780
67780
}
67781
- if (onlyNewIssues === `false `) {
67781
+ if (onlyNewIssues === `true `) {
67782
67782
return ``;
67783
67783
}
67784
67784
const ctx = github.context;
Original file line number Diff line number Diff line change @@ -67778,7 +67778,7 @@ function fetchPatch() {
67778
67778
if (onlyNewIssues !== `false` && onlyNewIssues !== `true`) {
67779
67779
throw new Error(`invalid value of "only-new-issues": "${onlyNewIssues}", expected "true" or "false"`);
67780
67780
}
67781
- if (onlyNewIssues === `false `) {
67781
+ if (onlyNewIssues === `true `) {
67782
67782
return ``;
67783
67783
}
67784
67784
const ctx = github.context;
You can’t perform that action at this time.
0 commit comments