This is an automated email from the ASF dual-hosted git repository.

xushiyan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hudi-rs.git


The following commit(s) were added to refs/heads/main by this push:
     new 1fe9816  chore(ci): fix PR title linting to support change scope (#138)
1fe9816 is described below

commit 1fe9816bdc84a93379371a4d6fb0be2df02f0229
Author: kazdy <[email protected]>
AuthorDate: Sat Sep 14 20:13:30 2024 +0200

    chore(ci): fix PR title linting to support change scope (#138)
---
 .github/workflows/pr.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml
index 5bab6b3..43ef867 100644
--- a/.github/workflows/pr.yml
+++ b/.github/workflows/pr.yml
@@ -42,7 +42,7 @@ jobs:
         run: |
           npm i -g conventional-changelog-conventionalcommits
           npm i -g commitlint@latest
-          echo ${{ github.event.pull_request.title }} | npx commitlint
+          echo "${{ github.event.pull_request.title }}" | npx commitlint
 
       - name: Labeling
         uses: actions/labeler@v5

Reply via email to