From 910865c2bd2cfbc76989c88e341196472f2425ce Mon Sep 17 00:00:00 2001 From: Dany Marcoux Date: Mon, 11 Dec 2023 12:37:04 +0100 Subject: [PATCH] Revert "Bump actions/labeler from 4 to 5" This reverts commit 3c4d983e300c9d89a8e0e96be9317d879d1caebd. See upstream issue: https://github.com/actions/labeler/issues/712 --- .github/workflows/pull_request_labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request_labeler.yml b/.github/workflows/pull_request_labeler.yml index da908858b02..e1574ddca89 100644 --- a/.github/workflows/pull_request_labeler.yml +++ b/.github/workflows/pull_request_labeler.yml @@ -12,6 +12,6 @@ jobs: pull-requests: write # for actions/labeler to add labels to PRs runs-on: ubuntu-latest steps: - - uses: actions/labeler@v5 + - uses: actions/labeler@v4 with: repo-token: "${{ secrets.GITHUB_TOKEN }}"