Skip to content

Commit bf1940a

Browse files
author
Mirko Brombin
authored
Merge pull request #208 from koplo199/bottlesdevs-pr
Minor CI change
2 parents 9ac2843 + 50fd417 commit bf1940a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/pull-components.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)