From 90e32cd61012f1d87358f030781da209d3cbfaee Mon Sep 17 00:00:00 2001 From: Klesh Wong Date: Fri, 11 Sep 2026 22:04:21 +0800 Subject: [PATCH] chore: disable auto-cherrypick --- .github/workflows/auto-cherry-pick.yml | 3 ++- config-ui/.tool-versions | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-cherry-pick.yml b/.github/workflows/auto-cherry-pick.yml index 8890a7d3309..271041723ec 100644 --- a/.github/workflows/auto-cherry-pick.yml +++ b/.github/workflows/auto-cherry-pick.yml @@ -25,7 +25,8 @@ on: jobs: auto-cherry-pick: - if: github.event.pull_request.merged == true + if: false # disabled + # if: github.event.pull_request.merged == true runs-on: ubuntu-latest steps: - uses: actions/checkout@v7 diff --git a/config-ui/.tool-versions b/config-ui/.tool-versions index 8f177f88ff2..12376e4f09b 100644 --- a/config-ui/.tool-versions +++ b/config-ui/.tool-versions @@ -1 +1 @@ -nodejs 19.9.0 +nodejs 24.19.0