pull/2361/head
Cory LaViska 2025-02-03 14:57:21 -05:00
rodzic d93ee897e1
commit 0bc6d8c200
1 zmienionych plików z 2 dodań i 3 usunięć
.github/workflows

Wyświetl plik

@ -33,9 +33,8 @@ jobs:
uses: actions/github-script@v7
with:
script: |
github.rest.issues.createComment({
await github.rest.issues.createComment({
...context.repo, // This spreads the owner and repo correctly
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.name,
body: '⚠️ This PR is missing a changelog entry. Please add an entry to `docs/pages/resources/changelog.md` describing your changes.'
})