Update wording.
This commit is contained in:
parent
a5a712fbd0
commit
31884d9052
|
@ -58,7 +58,7 @@ echo "The pull request was merged by: $merger_user_name\n";
|
||||||
$comment_body = "Hi @$merger_user_name, thanks for merging this pull request. Please take a look at these follow-up tasks you may need to perform:
|
$comment_body = "Hi @$merger_user_name, thanks for merging this pull request. Please take a look at these follow-up tasks you may need to perform:
|
||||||
|
|
||||||
- [ ] Add the `release: add changelog` label
|
- [ ] Add the `release: add changelog` label
|
||||||
- [ ] Add the `release: needs testing instructions` label";
|
- [ ] Add the `release: add testing instructions` label";
|
||||||
|
|
||||||
$add_comment_mutation = "
|
$add_comment_mutation = "
|
||||||
addComment(input: {subjectId: \"$pr_id\", body: \"$comment_body\", clientMutationId: \"$github_token\"}) {
|
addComment(input: {subjectId: \"$pr_id\", body: \"$comment_body\", clientMutationId: \"$github_token\"}) {
|
||||||
|
|
Loading…
Reference in New Issue