We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f129761 commit 3135defCopy full SHA for 3135def
.github/workflows/reusable-cleanup-pull-requests.yml
@@ -65,7 +65,7 @@ jobs:
65
return prNumbers;
66
67
- name: Comment and close pull requests
68
- if: ${{ steps.trac-tickets.outputs.fixed_list != '' && steps.git-svn-id.outputs.svn_revision_number != '' }}
+ if: ${{ true }}
69
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
70
with:
71
script: |
0 commit comments