ci(issue-labeler): check only title to be less error-prone

This commit is contained in:
Andrey Nering
2025-08-01 16:27:36 -03:00
parent 6709e9f105
commit 54fc55facb

View File

@@ -25,5 +25,6 @@ jobs:
configuration-path: .github/labeler.yml
enable-versioned-regex: 0
include-title: 1
include-body: 0
repo-token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
issue-number: ${{ github.event.inputs.issue-number || github.event.issue.number || github.event.pull_request.number }}