mirror of
https://github.com/anthropics/claude-code.git
synced 2026-01-30 04:02:03 +00:00
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:
3
.github/workflows/claude-issue-triage.yml
vendored
3
.github/workflows/claude-issue-triage.yml
vendored
@@ -13,6 +13,9 @@ jobs:
|
|||||||
issues: write
|
issues: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout repository
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Create triage prompt
|
- name: Create triage prompt
|
||||||
run: |
|
run: |
|
||||||
mkdir -p /tmp/claude-prompts
|
mkdir -p /tmp/claude-prompts
|
||||||
|
|||||||
Reference in New Issue
Block a user