From 162c10a8cbe749619598e5615964d6d2468229a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=8A=B9=EC=9A=B0?= <35272802+stevenkim18@users.noreply.github.com> Date: Thu, 20 Mar 2025 17:57:26 +0900 Subject: [PATCH] Update pr-open-add-in-review.yml --- .github/workflows/pr-open-add-in-review.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-open-add-in-review.yml b/.github/workflows/pr-open-add-in-review.yml index 2bb43c2..1be745e 100644 --- a/.github/workflows/pr-open-add-in-review.yml +++ b/.github/workflows/pr-open-add-in-review.yml @@ -13,8 +13,8 @@ jobs: GITHUB_TOKEN: ${{ secrets.TOKEN }} ORGANIZATION: CodeitFS5th-middle-project-team1 PROJECT_NUMBER: 1 - STATUS_FIELD_NAME: Status - TARGET_STATUS: In Review + STATUS_FIELD_NAME: "Status" + TARGET_STATUS: "In Review" run: | # PR URL 가져오기 (이 방식이 가장 안정적) pr_url="${{ github.event.pull_request.html_url }}"