From beacb9532067ce620eecca621b5448894b155232 Mon Sep 17 00:00:00 2001 From: Ashwin Bhat Date: Wed, 2 Jul 2025 09:01:44 -0700 Subject: [PATCH] Add checkout step to issue triage workflow (#2867) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added a checkout step to the GitHub Actions workflow for issue triage to ensure the repository is available during the triage process. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Claude --- .github/workflows/claude-issue-triage.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/claude-issue-triage.yml b/.github/workflows/claude-issue-triage.yml index 152b3ee7..d534053e 100644 --- a/.github/workflows/claude-issue-triage.yml +++ b/.github/workflows/claude-issue-triage.yml @@ -13,6 +13,9 @@ jobs: issues: write steps: + - name: Checkout repository + uses: actions/checkout@v4 + - name: Create triage prompt run: | mkdir -p /tmp/claude-prompts