From 36f3b5b16a595a3380cbde3a67b271d92c90018e Mon Sep 17 00:00:00 2001 From: Tetsuo Koyama Date: Wed, 6 Dec 2023 08:28:37 +0900 Subject: [PATCH] Revert "Bump actions/labeler from 4 to 5 (#553)" This reverts commit b6108fbc9aa1bfe95359543e6dbaf051307c30cd. --- .github/workflows/ci-label.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-label.yml b/.github/workflows/ci-label.yml index 4a16176d..fd84d044 100644 --- a/.github/workflows/ci-label.yml +++ b/.github/workflows/ci-label.yml @@ -12,7 +12,7 @@ jobs: triage: runs-on: ubuntu-latest steps: - - uses: actions/labeler@v5 + - uses: actions/labeler@v4 - uses: actions-ecosystem/action-add-labels@v1 if: startsWith(github.event.pull_request.head.ref, 'breaking-change') || startsWith(github.event.pull_request.head.ref, 'breaking') || startsWith(github.event.pull_request.head.ref, 'break')