ci(issue-labeler): temporarily enable issue body

This commit is contained in:
Andrey Nering
2025-08-01 17:04:39 -03:00
parent bfa9bb2958
commit c84d166b2f

View File

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