Skip to content

Commit

Permalink
Add JSON output option for pull request count in version check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hiletmis committed Nov 8, 2024
1 parent b090ba2 commit 7623200
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/version-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
--repo "logos" \
--head 'control-branch' \
--base 'main' \
--json title \
--jq 'length')
if ((prs > 0)); then
echo "skip=true" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 7623200

Please sign in to comment.