From b88331cc65de30bc9d183ff7f895bfdfa24bf7c9 Mon Sep 17 00:00:00 2001 From: "public-glueops-renovatebot[bot]" <186083205+public-glueops-renovatebot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 02:22:51 +0000 Subject: [PATCH] breaking: the dependency `actions/labeler` has been updated to a new major version (v6), which may include breaking changes. #major --- .github/workflows/glueops-basic-pr-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/glueops-basic-pr-checks.yml b/.github/workflows/glueops-basic-pr-checks.yml index b50e440..25e7b13 100644 --- a/.github/workflows/glueops-basic-pr-checks.yml +++ b/.github/workflows/glueops-basic-pr-checks.yml @@ -21,7 +21,7 @@ jobs: allowed-commit-types: "fix,docs,style,refactor,test,chore,pref,ci,chore,feat,breaking,major,revert" - name: Add default PR Labels - uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5 + uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6 with: configuration-path: ".github/configs/labeler.yml"