From b18c583b4e400830bb33e4c99ba88d76704df20d Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Thu, 26 Oct 2023 10:19:51 +0000 Subject: [PATCH] [Dependencies] - Update .github/workflows/create-prs-for-stale-branches.yml to match the template repo --- .github/workflows/create-prs-for-stale-branches.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create-prs-for-stale-branches.yml b/.github/workflows/create-prs-for-stale-branches.yml index fedcbb57..b7bb1cfa 100644 --- a/.github/workflows/create-prs-for-stale-branches.yml +++ b/.github/workflows/create-prs-for-stale-branches.yml @@ -165,10 +165,10 @@ jobs: - name: "Create PR" if: |- - ${{steps.detection.outputs.defaultbranch != matrix.branch + steps.detection.outputs.defaultbranch != matrix.branch && steps.find-pull-request.outputs.number == '' && steps.aheadbehind.outputs.ahead != 0 - && steps.aheadbehind.outputs.dayssinceupdate > 7}} + && steps.aheadbehind.outputs.dayssinceupdate > 7 id: open-pr uses: repo-sync/pull-request@v2.12 with: