Skip to content

Commit a0c4016

Browse files
Update .github/workflows/bot-sync-status.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 166d7b1 commit a0c4016

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/bot-sync-status.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
106106
# Fallback: search for issues with "Parent Issue: #N" in body
107107
if [ "$(echo "$SUB_ISSUES" | jq '.data.repository.issue.subIssues.nodes | length')" == "0" ]; then
108-
SUB_ISSUES_SEARCH=$(gh issue list --search "Parent Issue: #$PARENT_NUM in:body" --json number,title,labels,state)
108+
SUB_ISSUES_SEARCH=$(gh issue list --search "**Parent Issue:** #$PARENT_NUM in:body" --json number,title,labels,state)
109109
echo "$SUB_ISSUES_SEARCH" > /tmp/sub_issues.json
110110
else
111111
echo "$SUB_ISSUES" | jq '.data.repository.issue.subIssues.nodes' > /tmp/sub_issues.json

0 commit comments

Comments
 (0)