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 9, 2023
1 parent 3641c0c commit a3a6868
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/create-prs-for-stale-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
id: lastupdate
run: echo "time=$(git log -1 --format=@%ct origin/${{env.BRANCH}})" >> "$GITHUB_OUTPUT"

- name: Check Ahead\Behind Status
- name: "Check Ahead\Behind Status"
if: steps.detection.outputs.defaultbranch != matrix.branch && steps.find-pull-request.outputs.number == ''
id: aheadbehind
run: >
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
pr_body: "${{steps.pr-template.outputs.content}}"
github_token: ${{github.token}}

- name: New PR Details
- name: "New PR Details"
if: |-
steps.detection.outputs.defaultbranch != matrix.branch
&& steps.find-pull-request.outputs.number == ''
Expand All @@ -188,7 +188,7 @@ jobs:
sync-labels: true
pr-number: ${{steps.open-pr.outputs.pr_number}}

- name: Rebase
- name: "Rebase"
if: |-
steps.detection.outputs.defaultbranch != matrix.branch
&& steps.find-pull-request.outputs.number == ''
Expand All @@ -197,7 +197,7 @@ jobs:
&& steps.aheadbehind.outputs.dayssinceupdate > 7
run: echo "Rebase?"

- name: Delete Branch
- name: "Delete Branch"
if: |-
steps.detection.outputs.defaultbranch != matrix.branch
&& steps.find-pull-request.outputs.number == ''
Expand Down

0 comments on commit a3a6868

Please sign in to comment.