diff --git a/.github/workflows/conventional-commits.yaml b/.github/workflows/conventional-commits.yaml index 5af7631f2..cc3a3ef71 100644 --- a/.github/workflows/conventional-commits.yaml +++ b/.github/workflows/conventional-commits.yaml @@ -27,6 +27,6 @@ jobs: FORCE_COLOR: 3 with: token: ${{ secrets.GITHUB_TOKEN }} - include-commits: true + include-commits: false update-labels: false config: ".commit-me.json"