File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ jobs:
139139 - name : Check for new artifact
140140 id : download-artifact
141141 if : matrix.components.workflow != '' && env.UPDATED != 'true'
142- uses : dawidd6/action-download-artifact@master
142+ uses : dawidd6/action-download-artifact@v2
143143 with :
144144 github_token : ${{secrets.GITHUB_TOKEN}}
145145 workflow : ${{ matrix.components.workflow }}
@@ -263,14 +263,16 @@ jobs:
263263 token : ${{secrets.GITHUB_TOKEN}}
264264
265265 - name : Enable Pull Request Automerge
266- if : false && steps.cpr.outputs.pull-request-operation == 'created'
266+ if : false
267+ # if: steps.cpr.outputs.pull-request-operation == 'created'
267268 uses : peter-evans/enable-pull-request-automerge@v2
268269 with :
269270 pull-request-number : ${{ steps.cpr.outputs.pull-request-number }}
270271 merge-method : squash
271272 token : ${{secrets.GITHUB_TOKEN}}
272273
273274 - uses : hmarr/auto-approve-action@v3
274- if : false && steps.cpr.outputs.pull-request-operation == 'created'
275+ if : false
276+ # if: steps.cpr.outputs.pull-request-operation == 'created'
275277 with :
276278 pull-request-number : ${{ steps.cpr.outputs.pull-request-number }}
You can’t perform that action at this time.
0 commit comments