From 08af8144e7dec8370394909ae8031acdd7cad665 Mon Sep 17 00:00:00 2001 From: Satellite QE <115476073+Satellite-QE@users.noreply.github.com> Date: Wed, 31 Jan 2024 23:08:17 -0500 Subject: [PATCH] [6.12.z] Bump kentaro-m/auto-assign-action from 1.2.6 to 2.0.0 (#13968) --- .github/workflows/auto_assignment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto_assignment.yaml b/.github/workflows/auto_assignment.yaml index 5b914ed6424..4e09e262542 100644 --- a/.github/workflows/auto_assignment.yaml +++ b/.github/workflows/auto_assignment.yaml @@ -15,6 +15,6 @@ jobs: if: "!contains(github.event.pull_request.labels.*.name, 'Auto_Cherry_Picked')" runs-on: ubuntu-latest steps: - - uses: kentaro-m/auto-assign-action@v1.2.6 + - uses: kentaro-m/auto-assign-action@v2.0.0 with: configuration-path: ".github/auto_assign.yml"