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 bd889d3 commit 8dfb56bCopy full SHA for 8dfb56b
.github/workflows/pre-commit.yml
@@ -97,5 +97,5 @@ jobs:
97
--method POST \
98
-H "Accept: application/vnd.github+json" \
99
-H "X-GitHub-Api-Version: 2022-11-28" \
100
- /repos/${{ github.repository }}/statuses/${{ github.event.pull_request.head.sha }} \
+ /repos/${{ github.repository }}/statuses/${{ github.sha }} \
101
-f state=pending -f context=pre-commit-result -f description="Pre-commit checks need to pass before merging"
0 commit comments