Skip to content

Commit

Permalink
Update Message comment in PR by master-pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
F-WRunTime committed Nov 25, 2024
1 parent 2804a33 commit f92e5c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
set -x
pull_number=$(jq --raw-output .pull_request.number "${GITHUB_EVENT_PATH}")
comment_body='The default branch has been changed from master to develop. Thank you for your support!'
comment_body='The target branch has been updated from master > develop. Thank you for your support!'
curl -X POST \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${GITHUB_TOKEN}" \
Expand Down

0 comments on commit f92e5c6

Please sign in to comment.