From 97b00a3f86394c1ebb5dc4d8f4af2fa59f9de9dc Mon Sep 17 00:00:00 2001 From: Altay Sansal Date: Thu, 19 Dec 2024 14:35:17 -0600 Subject: [PATCH] downgrade labeler due to breaking changes (#250) --- .github/workflows/labeler.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labeler.yaml b/.github/workflows/labeler.yaml index ad66631..cc2d672 100644 --- a/.github/workflows/labeler.yaml +++ b/.github/workflows/labeler.yaml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v4 - name: Run Labeler - uses: crazy-max/ghaction-github-labeler@v5.1.0 + uses: crazy-max/ghaction-github-labeler@v4.3.0 with: yaml-file: .github/labels.yaml skip-delete: true