From 25335ad06af442578b6c123e368e329becece559 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 13:59:53 +0000 Subject: [PATCH 1/2] fix: correct issue triage and setup text Closes #927 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- Makefile | 4 ++-- claude-workflows/issue-triage/rwx/README.md | 2 +- claude-workflows/issue-triage/rwx/action.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index e31494c2..5ad13bcb 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ define download-file wget -qO- "$(1)"; \ fi; \ else \ - echo "Error: curl or wget required"; \ + echo "Error: curl or wget is required"; \ exit 1; \ fi endef @@ -148,7 +148,7 @@ setup-gh-aw-compat: @echo "Setting up gh-aw compat compiler..." @mkdir -p .bin @if ! command -v go >/dev/null 2>&1; then \ - echo "Error: Go is required to install gh-aw compiler."; \ + echo "Error: Go is required to install gh-aw compat compiler."; \ echo "Install Go: https://go.dev/dl/"; \ exit 1; \ elif [ -x ".bin/gh-aw-compat" ] && [ -f ".bin/.gh-aw-compat-version" ] && [ "$$(cat .bin/.gh-aw-compat-version 2>/dev/null)" = "$(GH_AW_COMPAT_VERSION)" ]; then \ diff --git a/claude-workflows/issue-triage/rwx/README.md b/claude-workflows/issue-triage/rwx/README.md index 1f3fe993..d5800895 100644 --- a/claude-workflows/issue-triage/rwx/README.md +++ b/claude-workflows/issue-triage/rwx/README.md @@ -1,6 +1,6 @@ # Issue Triage (Read-Write-Execute) -Automatically triage and label new issues with capabilities to read, write, and execute. Can run tests, write temporary files for testing, but cannot commit/push code. +Automatically triage and label new issues with read, write, and execute capabilities. Can run tests, write temporary files for testing, but cannot commit/push code. ## Usage diff --git a/claude-workflows/issue-triage/rwx/action.yml b/claude-workflows/issue-triage/rwx/action.yml index 9bd71532..100e2a69 100644 --- a/claude-workflows/issue-triage/rwx/action.yml +++ b/claude-workflows/issue-triage/rwx/action.yml @@ -8,7 +8,7 @@ # github-token: ${{ github.token }} # name: "Claude Issue Triage (Read-Write-Execute)" -description: "Automatically triage and label new issues using Claude with capabilities to read, write, and execute" +description: "Automatically triage and label new issues using Claude with read, write, and execute capabilities" branding: icon: "tag" From 2d5a23cc4e80e300949be75f9e59443b670ee024 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 13 Apr 2026 13:59:55 +0000 Subject: [PATCH 2/2] ci: trigger checks