This is an automated email from the ASF dual-hosted git repository. vterentev pushed a commit to branch fix-pr-bot in repository https://gitbox.apache.org/repos/asf/beam.git
commit 29e880cfa751f71e682f9465aa2db3c8d8190fbe Author: Vitaly Terentyev <[email protected]> AuthorDate: Wed May 7 13:51:40 2025 +0400 Fix github client variable --- scripts/ci/pr-bot/findPrsNeedingAttention.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/pr-bot/findPrsNeedingAttention.ts b/scripts/ci/pr-bot/findPrsNeedingAttention.ts index c20a342a862..53963bbc392 100644 --- a/scripts/ci/pr-bot/findPrsNeedingAttention.ts +++ b/scripts/ci/pr-bot/findPrsNeedingAttention.ts @@ -176,7 +176,7 @@ async function processPull( issue_number: pull.number, name: SLOW_REVIEW_LABEL, }); - await client.rest.issues.addLabels({ + await github.getGitHubClient().rest.issues.addLabels({ owner: REPO_OWNER, repo: REPO, issue_number: pull.number,
