We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d63af29 commit 55fcee4Copy full SHA for 55fcee4
.github/workflows/pr-modified-files.yml
@@ -99,7 +99,7 @@ jobs:
99
MESSAGE+=" You can [read more here](https://github.com/microsoft/TypeScript/blob/main/CONTRIBUTING.md#contributing-libdts-fixes)."
100
MESSAGE+=" For house-keeping purposes, this pull request will be closed."
101
102
- gh pr close $issue --repo ${{ github.repository }} --comment "$MESSAGE"
+ gh pr close ${{ github.event.pull_request.number }} --repo ${{ github.repository }} --comment "$MESSAGE"
103
exit 1 # Stop the pipeline; we just closed the PR.
104
fi
105
0 commit comments