File tree Expand file tree Collapse file tree 3 files changed +24
-10
lines changed
Expand file tree Collapse file tree 3 files changed +24
-10
lines changed Original file line number Diff line number Diff line change 1+ # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
2+ language : " en-US"
3+ early_access : false
4+ reviews :
5+ profile : " chill"
6+ request_changes_workflow : false
7+ high_level_summary : true
8+ high_level_summary_in_walkthrough : true
9+ collapse_walkthrough : true
10+ poem : false
11+ review_status : true
12+ auto_review :
13+ enabled : true
14+ drafts : false
15+ chat :
16+ auto_reply : true
Original file line number Diff line number Diff line change 77 name : test
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v3
11- - uses : actions/setup-node@v3
10+ - uses : actions/checkout@v4
11+ - uses : actions/setup-node@v4
1212 with :
13- node-version : " 18.x"
14- registry-url : https://npm.pkg.github.com/
15- - uses : actions/cache@v2
13+ node-version : " lts/*"
14+ - uses : actions/cache@v4
1615 id : yarn-unplugged-cache
1716 with :
1817 path : |
Original file line number Diff line number Diff line change @@ -11,12 +11,11 @@ jobs:
1111 permissions : write-all
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v3
15- - uses : actions/setup-node@v3
14+ - uses : actions/checkout@v4
15+ - uses : actions/setup-node@v4
1616 with :
17- node-version : " 18.x"
18- registry-url : https://registry.npmjs.org
19- - uses : actions/cache@v2
17+ node-version : " lts/*"
18+ - uses : actions/cache@v4
2019 id : yarn-unplugged-cache
2120 with :
2221 path : |
You can’t perform that action at this time.
0 commit comments