Skip to content

Commit

Permalink
🔍 Fix
Browse files Browse the repository at this point in the history
Signed-off-by: vankichi <[email protected]>
  • Loading branch information
vankichi committed Sep 12, 2024
1 parent 5beae14 commit e2af515
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pre-backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
git_commit_gpgsign: true
- name: Fetch PR info
run: |
HOGE=`gh pr list --limit 10 --json number,title,body,labels,headRefName,headRefOid,mergeCommit --state open`
echo ${HOGE}
gh pr list --limit 10 --json number,title,body,labels,headRefName,headRefOid,mergeCommit --state open | \
jq --arg oid "${GITHUB_SHA}" '.[] | select(.mergeCommit.oid == $oid)' > ${FETCHED_GITHUB_INFO_PATH}
cat ${FETCHED_GITHUB_INFO_PATH}
Expand Down

0 comments on commit e2af515

Please sign in to comment.