Skip to content

Commit 5beae14

Browse files
committed
🔍 Fix
Signed-off-by: vankichi <[email protected]>
1 parent 9bf00b9 commit 5beae14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-backport.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
git_commit_gpgsign: true
4646
- name: Fetch PR info
4747
run: |
48-
gh pr list --limit 10 --json number,title,body,labels,headRefName,headRefOid,mergeCommit --state merged | \
48+
gh pr list --limit 10 --json number,title,body,labels,headRefName,headRefOid,mergeCommit --state open | \
4949
jq --arg oid "${GITHUB_SHA}" '.[] | select(.mergeCommit.oid == $oid)' > ${FETCHED_GITHUB_INFO_PATH}
5050
cat ${FETCHED_GITHUB_INFO_PATH}
5151
echo ${GITHUB_SHA}

0 commit comments

Comments
 (0)