We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fae105c commit 9f3b2ecCopy full SHA for 9f3b2ec
.github/workflows/close-pulls.yml
@@ -28,11 +28,13 @@ jobs:
28
run: echo "No fixes found in commit message. Stopping workflow." && exit 0
29
30
- name: Print fixes list for debugging
31
+ if: ${{ steps.parse-commit.outputs.fixed_list != '' }}
32
run: |
33
echo "Fixes list: ${{ steps.parse-commit.outputs.fixed_list }}"
34
35
- name: Find pull requests
36
id: pr-results
37
38
uses: actions/github-script@v7
39
with:
40
script: |
0 commit comments