Skip to content

Commit f55efea

Browse files
committed
312312
1 parent 2ed99d2 commit f55efea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/merge-PR-into-milestone.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
112112
new_pr_title="$pr_title [Created by @$pr_creator from #$pr_number]"
113113
new_pr_body="$pr_body
114-
>This PR cherry-picks commit from original PR #$pr_number."
114+
> This PR cherry-picks commit from original PR #$pr_number."
115115
116116
response=$(curl -s -X POST -H "Authorization: token $BOT_TOKEN" \
117117
-H "Accept: application/vnd.github+json" \
@@ -130,4 +130,4 @@ jobs:
130130
-d '{"labels": ["milestone-merge"]}' \
131131
"https://api.github.com/repos/${{ github.repository }}/issues/$new_pr_number/labels"
132132
fi
133-
done
133+
done

0 commit comments

Comments
 (0)