Add checkout step to issue triage workflow (#2867)

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 <noreply@anthropic.com>
This commit is contained in:
Ashwin Bhat
2025-07-02 09:01:44 -07:00
committed by GitHub
parent 80ddbcd96d
commit beacb95320

View File

@@ -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