We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ed99d2 commit f55efeaCopy full SHA for f55efea
.github/workflows/merge-PR-into-milestone.yml
@@ -111,7 +111,7 @@ jobs:
111
112
new_pr_title="$pr_title [Created by @$pr_creator from #$pr_number]"
113
new_pr_body="$pr_body
114
- >This PR cherry-picks commit from original PR #$pr_number."
+ > This PR cherry-picks commit from original PR #$pr_number."
115
116
response=$(curl -s -X POST -H "Authorization: token $BOT_TOKEN" \
117
-H "Accept: application/vnd.github+json" \
@@ -130,4 +130,4 @@ jobs:
130
-d '{"labels": ["milestone-merge"]}' \
131
"https://api.github.com/repos/${{ github.repository }}/issues/$new_pr_number/labels"
132
fi
133
- done
+ done
0 commit comments