File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 GITHUB_TOKEN : ${{ github.token }}
2626 - name : post comment about invalid PR title
2727 if : failure()
28- uses : marocchino/sticky-pull-request-comment@v3.0.4
28+ uses : marocchino/sticky-pull-request-comment@v3.0.5
2929 with :
3030 header : conventional-commit-pr-title
3131 message : |
4242 </details>
4343 - name : delete comment about invalid PR title
4444 if : success()
45- uses : marocchino/sticky-pull-request-comment@v3.0.4
45+ uses : marocchino/sticky-pull-request-comment@v3.0.5
4646 with :
4747 header : conventional-commit-pr-title
4848 delete : true
Original file line number Diff line number Diff line change 2525 - name : Setup pnpm
2626 uses : pnpm/action-setup@v6
2727 with :
28- version : 11.9 .0
28+ version : 11.10 .0
2929 - name : Setup Node.js
3030 uses : actions/setup-node@v6
3131 with :
4646 - name : Setup pnpm
4747 uses : pnpm/action-setup@v6
4848 with :
49- version : 11.9 .0
49+ version : 11.10 .0
5050 - name : Setup Node.js
5151 uses : actions/setup-node@v6
5252 with :
Original file line number Diff line number Diff line change 2222 - name : Setup pnpm
2323 uses : pnpm/action-setup@v6
2424 with :
25- version : 11.9 .0
25+ version : 11.10 .0
2626 - name : Setup Node.js
2727 uses : actions/setup-node@v6
2828 with :
6060 - name : Setup pnpm
6161 uses : pnpm/action-setup@v6
6262 with :
63- version : 11.9 .0
63+ version : 11.10 .0
6464 - name : Setup Node.js
6565 uses : actions/setup-node@v6
6666 with :
Original file line number Diff line number Diff line change 7070
7171 - name : Post comment about OpenAPI validation failure
7272 if : failure() && steps.check_changes.outputs.CHANGE_DETECTED == 'true'
73- uses : marocchino/sticky-pull-request-comment@v3.0.4
73+ uses : marocchino/sticky-pull-request-comment@v3.0.5
7474 with :
7575 header : openapi-validation-yml
7676 message : |
8686
8787 - name : Remove sticky comment on OpenAPI validation success
8888 if : success() || steps.check_changes.outputs.CHANGE_DETECTED == 'false'
89- uses : marocchino/sticky-pull-request-comment@v3.0.4
89+ uses : marocchino/sticky-pull-request-comment@v3.0.5
9090 with :
9191 header : openapi-validation-yml
9292 delete : true
@@ -146,7 +146,7 @@ jobs:
146146
147147 - name : Post comment about client code validation failure
148148 if : failure() && env.CHANGE_DETECTED == 'true'
149- uses : marocchino/sticky-pull-request-comment@v3.0.4
149+ uses : marocchino/sticky-pull-request-comment@v3.0.5
150150 with :
151151 header : client-code-validation
152152 message : |
@@ -162,7 +162,7 @@ jobs:
162162
163163 - name : Remove sticky comment on client code validation success
164164 if : success() || env.CHANGE_DETECTED == 'false'
165- uses : marocchino/sticky-pull-request-comment@v3.0.4
165+ uses : marocchino/sticky-pull-request-comment@v3.0.5
166166 with :
167167 header : client-code-validation
168168 delete : true
You can’t perform that action at this time.
0 commit comments