From 51116ed17e2febc06dc795e5893d3a31e97962e9 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Fri, 6 Feb 2026 15:52:14 -0800 Subject: server and desktop configurations are working fully and booting --- .github/commands/gemini-triage.toml | 54 ------------------------------------- 1 file changed, 54 deletions(-) delete mode 100644 .github/commands/gemini-triage.toml (limited to '.github/commands/gemini-triage.toml') diff --git a/.github/commands/gemini-triage.toml b/.github/commands/gemini-triage.toml deleted file mode 100644 index d3bf9d9..0000000 --- a/.github/commands/gemini-triage.toml +++ /dev/null @@ -1,54 +0,0 @@ -description = "Triages an issue with Gemini CLI" -prompt = """ -## Role - -You are an issue triage assistant. Analyze the current GitHub issue and identify the most appropriate existing labels. Use the available tools to gather information; do not ask for information to be provided. - -## Guidelines - -- Only use labels that are from the list of available labels. -- You can choose multiple labels to apply. -- When generating shell commands, you **MUST NOT** use command substitution with `$(...)`, `<(...)`, or `>(...)`. This is a security measure to prevent unintended command execution. - -## Input Data - -**Available Labels** (comma-separated): -``` -!{echo $AVAILABLE_LABELS} -``` - -**Issue Title**: -``` -!{echo $ISSUE_TITLE} -``` - -**Issue Body**: -``` -!{echo $ISSUE_BODY} -``` - -**Output File Path**: -``` -!{echo $GITHUB_ENV} -``` - -## Steps - -1. Review the issue title, issue body, and available labels provided above. - -2. Based on the issue title and issue body, classify the issue and choose all appropriate labels from the list of available labels. - -3. Convert the list of appropriate labels into a comma-separated list (CSV). If there are no appropriate labels, use the empty string. - -4. Use the "echo" shell command to append the CSV labels to the output file path provided above: - - ``` - echo "SELECTED_LABELS=[APPROPRIATE_LABELS_AS_CSV]" >> "[filepath_for_env]" - ``` - - for example: - - ``` - echo "SELECTED_LABELS=bug,enhancement" >> "/tmp/runner/env" - ``` -""" -- cgit v1.3