Skip to content

Commit

Permalink
Output number of PRs found in test
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartizon committed Jan 4, 2024
1 parent 512f384 commit c771689
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ jobs:
days: 7
repository: RelationalAI/rai-cli
token: ${{ github.token }}
- run: "echo PRs: ${{ steps.abandoned.outputs.pulls }}"
- run: |
length=$(jq '. | length' <<< ${{toJson(steps.abandoned.outputs.pulls) }})
echo Found $length abandoned PRs

0 comments on commit c771689

Please sign in to comment.