Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/workflows/label_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading