From 2fa0696fc5ee0485aeb1a553d91659bdab82d95f Mon Sep 17 00:00:00 2001 From: Ariel Valentin Date: Tue, 16 Jan 2024 13:46:41 -0600 Subject: [PATCH] Update .github/workflows/conventional-commits.yaml --- .github/workflows/conventional-commits.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/conventional-commits.yaml b/.github/workflows/conventional-commits.yaml index 6e18bf665..4b995a368 100644 --- a/.github/workflows/conventional-commits.yaml +++ b/.github/workflows/conventional-commits.yaml @@ -26,6 +26,7 @@ jobs: with: update-labels: false # OPTIONAL; do not update the Pull Request labels based on the Conventional Commits information. include-commits: false + include-pull-requests: true token: ${{ secrets.GITHUB_TOKEN }} types: | chore