Skip to content

Commit

Permalink
[Dependencies] - Update .github/workflows/create-prs-for-stale-branch…
Browse files Browse the repository at this point in the history
…es.yml to match the template repo
  • Loading branch information
credfeto committed Oct 26, 2023
1 parent 1982efd commit b6b696b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-prs-for-stale-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b6b696b

Please sign in to comment.