From e5fa284e78145ae108777d25e4fd66eecb7bc76f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 10:22:05 +0400 Subject: [PATCH] chore(deps): update actions/checkout action to v6 (#151) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Drew Smirnoff --- .github/labeler-config.yml | 45 +++++++---------------------------- .github/workflows/labeler.yml | 2 +- 2 files changed, 9 insertions(+), 38 deletions(-) diff --git a/.github/labeler-config.yml b/.github/labeler-config.yml index 22a27139073b6906b3f991d0a6825116317852fc..54af6d76a82543c42e4cfac058adef1c769efbe4 100644 --- a/.github/labeler-config.yml +++ b/.github/labeler-config.yml @@ -1,44 +1,15 @@ -"bug": - - '\bbug(s)?\b' - - '\berror(s)?\b' - - '\bfix(es)?\b' - - '\bissue(s)?\b' - - '\bproblem(s)?\b' +"bug": '\b([Bb]ug(s)?|[Ee]rror(s)?|[Ff]ix(es)?|[Ii]ssue(s)?|[Pp]roblem(s)?)\b' -"enhancement": - - '\benhancement(s)?\b' - - '\bfeature(s)?\b' - - '\bidea(s)?\b' - - '\bsuggestion(s)?\b' +"enhancement": '\b([Ee]nhancement(s)?|[Ff]eature(s)?|[Ii]dea(s)?|[Ss]uggestion(s)?)\b' -"documentation": - - '\bdocumentation\b' - - '\bdocs\b' - - '\breadme\b' +"documentation": '\b([Dd]ocumentation|[Dd]ocs|[Rr]eadme)\b' -"question": - - '\bquestion(s)?\b' - - '\bhelp\b' - - '\bhow to\b' +"question": '\b([Qq]uestion(s)?|[Hh]elp|[Hh]ow to)\b' -"performance": - - '\bperformance\b' - - '\boptimiz(e|ation)\b' - - '\bspeed\b' - - '\befficiency\b' +"performance": '\b([Pp]erformance|[Oo]ptimiz(e|ation)|[Ss]peed|[Ee]fficiency)\b' -"dependencies": - - '\bchore\(deps\)\b' - - '\bfix\(deps\)\b' +"dependencies": '([Cc]hore\(deps\)|[Ff]ix\(deps\))' -"ci": - - '\bci\b' - - '\bcontinuous integration\b' - - '\bbuild\b' - - '\bworkflow\b' +"ci": '\b([Cc]i|[Cc]ontinuous integration|[Bb]uild|[Ww]orkflow)\b' -"chore": - - '\bchore\b' - - '\bmaintenance\b' - - '\brefactor\b' - - '\bcleanup\b' +"chore": '\b([Cc]hore|[Mm]aintenance|[Rr]efactor|[Cc]leanup)\b' diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index a12dd1f7462d6a8590f9f9d961e5a5025fc03b8f..2d84388d245722189838a33dae87654386bc1eca 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -14,7 +14,7 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Apply Labels uses: github/issue-labeler@v3.4