From 51c34b272fca89402ad85504752f444f30b4f1e1 Mon Sep 17 00:00:00 2001 From: Self-hosted Renovate Bot <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 17:59:03 +0000 Subject: [PATCH] Update product-os/review-commit-action action to v0.1.6 Update product-os/review-commit-action from 0.1.5 to 0.1.6 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 d7953144e..9ebcf559c 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@579759e1c641b0e345d910ef3ab03a6a3048bbb0 + uses: product-os/review-commit-action@607aad62f6e8fc84162873913034550857da4690 with: poll-interval: "10" allow-authors: false diff --git a/flowzone.yml b/flowzone.yml index 6debd3102..5292eda46 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@579759e1c641b0e345d910ef3ab03a6a3048bbb0 # v0.1.5 + uses: product-os/review-commit-action@607aad62f6e8fc84162873913034550857da4690 # v0.1.6 with: poll-interval: '10' allow-authors: false