From 5185732efbf7e6fffafa8a3c15a923185024afb2 Mon Sep 17 00:00:00 2001 From: "jaeseung.bae" Date: Thu, 1 Feb 2024 19:16:17 +0900 Subject: [PATCH] Revert "ci: fix pr-labeler" This reverts commit 587d2da06ad4fc5e5f9bbc5a6018bd7d805bbc57. --- .github/workflows/pr_labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_labeler.yml b/.github/workflows/pr_labeler.yml index 292508d34c..885d8b47db 100644 --- a/.github/workflows/pr_labeler.yml +++ b/.github/workflows/pr_labeler.yml @@ -12,7 +12,7 @@ jobs: pull-requests: write # for actions/labeler to add labels to PRs runs-on: ubuntu-latest steps: - - uses: actions/labeler@v4 + - uses: actions/labeler@main with: configuration-path: .github/pr_labeler.yml repo-token: "${{ secrets.GITHUB_TOKEN }}"