kopia lustrzana https://github.com/shoelace-style/shoelace
fix error
rodzic
d93ee897e1
commit
0bc6d8c200
.github/workflows
|
@ -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.'
|
||||
})
|
||||
|
|
Ładowanie…
Reference in New Issue