Skip to content

Commit 7c0f6d2

Browse files
committed
Expand message.
Fixes #62811.
1 parent 6e1f58b commit 7c0f6d2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/close-pulls.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,12 @@ jobs:
6767
with:
6868
script: |
6969
const prNumbers = ${{ steps.pr-results.outputs.result }};
70-
const commentBody = 'A commit was made to the WordPress SVN respository that fixes a Trac ticket referenced in the pull request description. This PR will be closed, but please confirm the accuracy of this.';
70+
const commentBody = 'A commit was made that fixes a Trac ticket referenced in the description of this pull request.
71+
72+
SVN changeset: [${{ steps.git-svn-id.outputs.svn_revision_number }}](https://core.trac.wordpress.org/changeset/${{ steps.git-svn-id.outputs.svn_revision_number }})
73+
GitHub changeset: ${{ github.sha }}
74+
75+
This PR will be closed, but please confirm the accuracy of this and reopen if there is more work to be done.';
7176
7277
for (const prNumber of prNumbers) {
7378
await github.rest.issues.createComment({

0 commit comments

Comments
 (0)