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 de25f76 commit 1596adcCopy full SHA for 1596adc
README.md
@@ -30,6 +30,7 @@ jobs:
30
- uses: actions/checkout@v4
31
with:
32
ref: ${{ github.event.pull_request.head.sha }} # checkout PR HEAD commit
33
+ fetch-depth: 0 # required for merge-base check
34
- uses: commit-check/commit-check-action@v1
35
env:
36
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # use GITHUB_TOKEN because of use pr-comments
0 commit comments