From 54fc55facb695f92cdc822cd149931a606178f5e Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Fri, 1 Aug 2025 16:27:36 -0300 Subject: [PATCH] ci(issue-labeler): check only title to be less error-prone --- .github/workflows/issue-labeler.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/issue-labeler.yml b/.github/workflows/issue-labeler.yml index 672e68b4780a356055cd635afa7bad95be909c19..f79293c5877d41e3f9f8764b841eb32c3384a3d6 100644 --- a/.github/workflows/issue-labeler.yml +++ b/.github/workflows/issue-labeler.yml @@ -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 }}