From cf859a75cdd673f249b12478f4083e27c834c570 Mon Sep 17 00:00:00 2001 From: Ariel Valentin Date: Thu, 18 Jan 2024 12:54:42 -0600 Subject: [PATCH] squash: include commits --- .github/workflows/conventional-commits.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conventional-commits.yaml b/.github/workflows/conventional-commits.yaml index cc3a3ef71f..5af7631f20 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: false + include-commits: true update-labels: false config: ".commit-me.json"