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