Skip to content

Commit 913f208

Browse files
authored
chore: disable auto-cherrypick (#9131)
1 parent 10c20d9 commit 913f208

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/auto-cherry-pick.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ on:
2525

2626
jobs:
2727
auto-cherry-pick:
28-
if: github.event.pull_request.merged == true
28+
if: false # disabled
29+
# if: github.event.pull_request.merged == true
2930
runs-on: ubuntu-latest
3031
steps:
3132
- uses: actions/checkout@v7

config-ui/.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nodejs 19.9.0
1+
nodejs 24.19.0

0 commit comments

Comments
 (0)