From 752e3f06da7caa91290cc4823714588b9111cce1 Mon Sep 17 00:00:00 2001 From: imiyagam Date: Wed, 18 Jun 2025 08:46:26 +0900 Subject: [PATCH] fix: error handling --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 2565917..ba61fb9 100644 --- a/index.js +++ b/index.js @@ -1782,9 +1782,9 @@ class GithubScm extends Scm { lookupConfig.scmRepo = config.scmRepo; } - const scmInfo = await this.lookupScmUri(lookupConfig); - try { + const scmInfo = await this.lookupScmUri(lookupConfig); + const pullRequestInfo = await this.breaker.runCommand({ action: 'get', scopeType: 'pulls',