Commit aa228bc 1 parent 8553e63 commit aa228bc Copy full SHA for aa228bc
File tree 4 files changed +15
-7
lines changed
4 files changed +15
-7
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,12 @@ pull_request_rules:
6
6
actions :
7
7
merge :
8
8
method : squash
9
- - name : automatic merge for Renovate pull requests (except major)
9
+ - name : automatic merge for Renovate pull requests
10
10
conditions :
11
11
- author=renovate[bot]
12
- - head~=^(?!major-)
12
+ - and :
13
+ - head~=^(?!major-)
14
+ - -title~=update dependency @types\/node
13
15
actions :
14
16
merge :
15
17
method : squash
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- uses : actions/checkout@v3
12
+ - uses : pnpm/action-setup@v2
13
+ with :
14
+ version : 7.14.2
12
15
- uses : actions/setup-node@v3
13
16
with :
14
17
node-version : 16
15
- cache : yarn
16
- - run : yarn
17
- - run : yarn page build
18
+ cache : pnpm
19
+ - run : pnpm install
20
+ - run : pnpm page build
18
21
- uses : peaceiris/actions-gh-pages@v3
19
22
with :
20
23
github_token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 5
5
6
6
jobs :
7
7
code :
8
- uses : justland/.github/.github/workflows/yarn2-library-verify-linux.yml@main
8
+ uses : unional/.github/.github/workflows/pnpm-verify.yml@main
9
+ secrets : inherit
10
+ with :
11
+ node-version : " [18]"
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
- yarn commitlint --edit $1
2
+ pnpm commitlint --edit $1
You can’t perform that action at this time.
0 commit comments