Compare commits

...

1 Commits

Author SHA1 Message Date
Ashwin Bhat
f6f98ba837 Add checkout step to issue triage workflow
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>
2025-07-02 08:02:26 -07:00

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