1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Update link to CHANGELOG.md in workflow file

This commit is contained in:
hubwriter
2025-08-20 10:54:26 +01:00
committed by GitHub
parent e0e3e2f9a6
commit b1817c74ec

View File

@@ -55,7 +55,7 @@ jobs:
" - Did this PR add noteworthy changes to the GitHub docs? If so, you might want to publicize this by adding an entry to " + " - Did this PR add noteworthy changes to the GitHub docs? If so, you might want to publicize this by adding an entry to " +
"the [Docs changelog](https://github.com/github/docs-internal/blob/main/CHANGELOG.md).\n\n" + "the [Docs changelog](https://github.com/github/docs-internal/blob/main/CHANGELOG.md).\n\n" +
"To do this, type `/changelog` in a new comment on this PR and complete the fields.\n\n" + "To do this, type `/changelog` in a new comment on this PR and complete the fields.\n\n" +
"A message will be posted to the **#docs-changelog** channel and a PR will be raised to update the [CHANGELOG.md](/CHANGELOG.md) file."; "A message will be posted to the **#docs-changelog** channel and a PR will be raised to update the [CHANGELOG.md](https://github.com/github/docs-internal/blob/main/CHANGELOG.md) file.";
// Post the comment // Post the comment
await github.rest.issues.createComment({ await github.rest.issues.createComment({