File tree Expand file tree Collapse file tree 4 files changed +100
-98
lines changed Expand file tree Collapse file tree 4 files changed +100
-98
lines changed Original file line number Diff line number Diff line change @@ -64,12 +64,14 @@ jobs:
6464 base : ${{ github.head_ref }}
6565
6666 - name : Approve PR
67+ if : steps.changes.outputs.changed == 'true'
6768 env :
6869 GH_TOKEN : ${{ secrets.PAT_TOKEN }}
6970 run : |
7071 gh pr review ${{ steps.create-pr.outputs.pull-request-url }} --approve
7172
7273 - name : Enable Auto-Merge
74+ if : steps.changes.outputs.changed == 'true'
7375 env :
7476 GH_TOKEN : ${{ secrets.PAT_TOKEN }}
7577 run : |
Original file line number Diff line number Diff line change 5858 "prettier-plugin-organize-imports" : " 4.1.0" ,
5959 "prettier-plugin-pkg" : " 0.21.2" ,
6060 "publint" : " 0.3.12" ,
61- "vite" : " 7.0.5 " ,
61+ "vite" : " 7.0.6 " ,
6262 "vitest" : " 3.2.4" ,
6363 "xo" : " 1.1.1"
6464 },
Original file line number Diff line number Diff line change 6161 "@vitest/coverage-v8" : " 3.2.4" ,
6262 "jsdom" : " 26.1.0" ,
6363 "microbundle" : " 0.15.1" ,
64- "vite" : " 7.0.5 " ,
64+ "vite" : " 7.0.6 " ,
6565 "vitest" : " 3.2.4" ,
6666 "xo" : " 1.1.1"
6767 },
You can’t perform that action at this time.
0 commit comments