Skip to content

Commit

Permalink
Added comment with draft field info to reuse
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladislav Byrgazov committed May 28, 2024
1 parent 0c0d0e1 commit 104a2d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check-mergeability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
id: check_pr
run: |
pr_info=$(gh pr list --head ${{ github.event.workflow_run.head_branch }} --json number,mergeable,headRefName)
# env GITHUB_RUN_NUMBER can be used
pr_number=$(echo $pr_info | jq -r '.[0].number')
mergeable=$(echo $pr_info | jq -r '.[0].mergeable')
pr_branch_ref=$(echo $pr_info | jq -r '.[0].headRefName')
Expand Down

0 comments on commit 104a2d2

Please sign in to comment.