Skip to content

Commit

Permalink
Can't test with all zero values
Browse files Browse the repository at this point in the history
  • Loading branch information
raeburn committed Sep 10, 2024
1 parent 4e06ad7 commit 1783bf7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ jobs:
print(f"MESSAGE={notify_message}", file=f)
shell: python
env:
COUNT_OPEN: ${{ fromJSON(steps.prs_no_status.outputs.data).search.issueCount }}
COUNT_OPEN: 3
#${{ fromJSON(steps.prs_no_status.outputs.data).search.issueCount }}
COUNT_NEED_REVIEW: ${{ fromJSON(steps.prs_need_review.outputs.data).search.issueCount }}
COUNT_WITH_FEEDBACK: ${{ fromJSON(steps.prs_with_feedback.outputs.data).search.issueCount }}
COUNT_WITH_APPROVAL: ${{ fromJSON(steps.prs_with_approval.outputs.data).search.issueCount }}
Expand Down

0 comments on commit 1783bf7

Please sign in to comment.