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 eb3b684 commit b621cd0Copy full SHA for b621cd0
.github/workflows/git-commit-lint.yml
@@ -12,8 +12,8 @@ jobs:
12
13
steps:
14
- uses: actions/checkout@v4
15
- with:
16
- ref: ${{ github.event.pull_request.head.sha }}
+ #with:
+ # ref: ${{ github.event.pull_request.head.sha }}
17
- name: Use Node.js 20.x
18
uses: actions/setup-node@v4
19
with:
@@ -24,4 +24,5 @@ jobs:
24
run: echo ${{ github.event.sender.login }}
25
- name: Lint commit message
26
if: ${{ github.event.sender.login != 'dependabot[bot]' }}
27
- run: npx commitlint --from origin/${{ github.base_ref }} --to HEAD -g ./ui/package.json
+ #run: npx commitlint --from origin/${{ github.base_ref }} --to HEAD -g ./ui/package.json
28
+ run: npx commitlint --from origin/refs/heads/master --to HEAD -g ./ui/package.json
0 commit comments