From dc1cbeb1c4560013e8e64d1901896a3bb40c968a Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Sat, 20 Apr 2024 13:22:39 +0200 Subject: [PATCH] .github/workflows/issue: add missing option to issue-labeler Signed-off-by: Patrik Oldsberg --- .github/workflows/issue.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/issue.yaml b/.github/workflows/issue.yaml index 1a275eeb93..e78e2c683a 100644 --- a/.github/workflows/issue.yaml +++ b/.github/workflows/issue.yaml @@ -20,5 +20,6 @@ jobs: include-title: 1 include-body: 0 configuration-path: .github/labeler.yml + enable-versioned-regex: 0 not-before: 2024-04-19T15:03:51Z repo-token: '${{ secrets.GITHUB_TOKEN }}'