spelling: an
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
184e7afe93
commit
1f378c0f7e
|
@ -593,7 +593,7 @@ class IssuesProcessor {
|
|||
}
|
||||
// Ignore draft PR
|
||||
// Note that this check is so far below because it cost one read operation
|
||||
// So it's simply better to do all the stale checks which don't cost more operation before this one
|
||||
// So it's simply better to do all the stale checks which don't cost an operation before this one
|
||||
const exemptDraftPullRequest = new exempt_draft_pull_request_1.ExemptDraftPullRequest(this.options, issue);
|
||||
if (yield exemptDraftPullRequest.shouldExemptDraftPullRequest(() => __awaiter(this, void 0, void 0, function* () {
|
||||
return this.getPullRequest(issue);
|
||||
|
|
|
@ -429,7 +429,7 @@ export class IssuesProcessor {
|
|||
|
||||
// Ignore draft PR
|
||||
// Note that this check is so far below because it cost one read operation
|
||||
// So it's simply better to do all the stale checks which don't cost more operation before this one
|
||||
// So it's simply better to do all the stale checks which don't cost an operation before this one
|
||||
const exemptDraftPullRequest: ExemptDraftPullRequest =
|
||||
new ExemptDraftPullRequest(this.options, issue);
|
||||
|
||||
|
|
Loading…
Reference in New Issue