From f16cd80565f7d09691a678430438b69d6acec54f Mon Sep 17 00:00:00 2001 From: Vincent Privat Date: Fri, 17 Jan 2025 17:23:49 +0100 Subject: [PATCH] Revert ghaction-github-labeler to 5.0.0 See https://github.com/crazy-max/ghaction-github-labeler/issues/221 --- .github/workflows/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index eb4902d..173926f 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -14,6 +14,6 @@ jobs: uses: actions/checkout@v4 - name: Run Labeler - uses: crazy-max/ghaction-github-labeler@v5.1.0 + uses: crazy-max/ghaction-github-labeler@v5.0.0 with: skip-delete: true