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:
parent
80ddbcd96d
commit
beacb95320
1 changed files with 3 additions and 0 deletions
3
.github/workflows/claude-issue-triage.yml
vendored
3
.github/workflows/claude-issue-triage.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue