# goggles_action **Repository Path**: mirrors_NVIDIA/goggles_action ## Basic Information - **Project Name**: goggles_action - **Description**: A collection of GitHub Actions to streamline automation for NVIDIA GitHub repositories. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-20 - **Last Updated**: 2026-03-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Goggles Action [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE) A collection of GitHub Actions to streamline automation for NVIDIA GitHub repositories. ## Actions ### LLM Issue Labeler This action automatically labels GitHub issues using a Language Model (LLM). For detailed setup and usage instructions, see the [LLM Issue Labeler README](./actions/llm_label/README.md). ### PR Checklist Validator Ensures that every task list item in a pull request description is either checked or struck through before the workflow continues. Trigger the workflow on `pull_request` events including the `edited` type so it reruns whenever the PR description changes. For usage instructions, see the [PR Checklist Validator README](./actions/pr_checklist/README.md).