From ea649f427618cc5e3be61a3d3398374c6281817e Mon Sep 17 00:00:00 2001 From: Self-hosted Renovate Bot <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 15:59:52 +0000 Subject: [PATCH] Update product-os/review-commit-action action to v0.1.7 Update product-os/review-commit-action from 0.1.6 to 0.1.7 Change-type: patch --- .github/workflows/flowzone.yml | 2 +- flowzone.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/flowzone.yml b/.github/workflows/flowzone.yml index 1e5307a48..1650f4b0d 100644 --- a/.github/workflows/flowzone.yml +++ b/.github/workflows/flowzone.yml @@ -326,7 +326,7 @@ jobs: - name: Wait for approval on pull_request_target events if: github.event_name == 'pull_request_target' && github.event.pull_request.merged != true timeout-minutes: 90 - uses: product-os/review-commit-action@607aad62f6e8fc84162873913034550857da4690 + uses: product-os/review-commit-action@cddebf4cec8e40ea8f698b6dcce8cd70e38b7320 with: poll-interval: "10" allow-authors: false diff --git a/flowzone.yml b/flowzone.yml index 3427e7134..1351e290f 100644 --- a/flowzone.yml +++ b/flowzone.yml @@ -1085,7 +1085,7 @@ jobs: - name: Wait for approval on pull_request_target events if: github.event_name == 'pull_request_target' && github.event.pull_request.merged != true timeout-minutes: 90 - uses: product-os/review-commit-action@607aad62f6e8fc84162873913034550857da4690 # v0.1.6 + uses: product-os/review-commit-action@cddebf4cec8e40ea8f698b6dcce8cd70e38b7320 # v0.1.7 with: poll-interval: '10' allow-authors: false