We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8dd526 commit b1c9936Copy full SHA for b1c9936
.github/workflows/label_issue.yml
@@ -15,10 +15,9 @@ jobs:
15
- name: Checkout private action repository
16
uses: actions/checkout@v4
17
with:
18
- repository: poweiw/goggles_action
+ repository: NVIDIA/goggles_action
19
path: ./.github/actions/goggles_action # local path to store the action
20
- token: ${{ secrets.GOGGLES_ACTION_REPO_TOKEN}} # token to access poweiw/goggles_action
21
- ref: v1.2.1
+ ref: v1.3.0
22
23
- name: AI Label Issue
24
uses: ./.github/actions/goggles_action/actions/llm_label
0 commit comments