Skip to content

Commit

Permalink
Merge pull request #208 from koplo199/bottlesdevs-pr
Browse files Browse the repository at this point in the history
Minor CI change
  • Loading branch information
mirkobrombin committed Jan 7, 2023
2 parents 9ac2843 + 50fd417 commit bf1940a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/pull-components.yml
Expand Up @@ -139,7 +139,7 @@ jobs:
- name: Check for new artifact
id: download-artifact
if: matrix.components.workflow != '' && env.UPDATED != 'true'
uses: dawidd6/action-download-artifact@master
uses: dawidd6/action-download-artifact@v2
with:
github_token: ${{secrets.GITHUB_TOKEN}}
workflow: ${{ matrix.components.workflow }}
Expand Down Expand Up @@ -263,14 +263,16 @@ jobs:
token: ${{secrets.GITHUB_TOKEN}}

- name: Enable Pull Request Automerge
if: false && steps.cpr.outputs.pull-request-operation == 'created'
if: false
# if: steps.cpr.outputs.pull-request-operation == 'created'
uses: peter-evans/enable-pull-request-automerge@v2
with:
pull-request-number: ${{ steps.cpr.outputs.pull-request-number }}
merge-method: squash
token: ${{secrets.GITHUB_TOKEN}}

- uses: hmarr/auto-approve-action@v3
if: false && steps.cpr.outputs.pull-request-operation == 'created'
if: false
# if: steps.cpr.outputs.pull-request-operation == 'created'
with:
pull-request-number: ${{ steps.cpr.outputs.pull-request-number }}

0 comments on commit bf1940a

Please sign in to comment.