diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index a91c6174aa..e9c66a9036 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -5,6 +5,9 @@ on: types: - opened - reopened + - synchronize + - labeled + - unlabeled jobs: lint: @@ -15,6 +18,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Check Commit uses: wagoid/commitlint-github-action@v5