From 0d72760b393da4d703b7395b20b337f2de323c49 Mon Sep 17 00:00:00 2001 From: Kanghwan Jang <861393+karljang@users.noreply.github.com> Date: Mon, 1 Dec 2025 10:19:38 -0800 Subject: [PATCH] Update goggles_action repository Use NVIDIA public repository Signed-off-by: Kanghwan Jang <861393+karljang@users.noreply.github.com> --- .github/workflows/label_issue.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/label_issue.yml b/.github/workflows/label_issue.yml index ade898c3..d64654c7 100644 --- a/.github/workflows/label_issue.yml +++ b/.github/workflows/label_issue.yml @@ -15,10 +15,9 @@ jobs: - name: Checkout private action repository uses: actions/checkout@v4 with: - repository: poweiw/goggles_action + repository: NVIDIA/goggles_action path: ./.github/actions/goggles_action # local path to store the action - token: ${{ secrets.ACTION_REPO_PAT }} # token to access poweiw/goggles_action - ref: v1.2.1 + ref: v1.3.0 - name: AI Label Issue uses: ./.github/actions/goggles_action/actions/llm_label