Skip to content

Commit 3135def

Browse files
committed
More debug.
1 parent f129761 commit 3135def

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-cleanup-pull-requests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
return prNumbers;
6666
6767
- name: Comment and close pull requests
68-
if: ${{ steps.trac-tickets.outputs.fixed_list != '' && steps.git-svn-id.outputs.svn_revision_number != '' }}
68+
if: ${{ true }}
6969
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
7070
with:
7171
script: |

0 commit comments

Comments
 (0)