Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 2 additions & 41 deletions .github/workflows/test-claude-create-pull-request.md
Original file line number Diff line number Diff line change
@@ -1,41 +1,2 @@
---
on:
workflow_dispatch:

permissions: read-all

engine:
id: claude

safe-outputs:
create-pull-request:
title-prefix: "[claude-test] "
labels: [claude, automation, bot]
---

# Test Claude Create Pull Request

This test workflow specifically tests multi-commit functionality in create-pull-request.

**IMPORTANT: Create multiple separate commits for this test case**

1. **First commit**: Create a file "README-test.md" with content:
```markdown
# Test Project

This is a test project created by Claude to test multi-commit pull requests.

Created at: {{ current timestamp }}
```

2. **Second commit**: Create a Python script "test-script.py" with:
```python
#!/usr/bin/env python3
def hello():
print("Hello from Claude multi-commit test!")

if __name__ == "__main__":
hello()
```

Create a pull request with title "Multi-commit test from Claude" and body "This pull request was created by Claude to test multi-commit functionality in agentic workflows."
curl -X GET "https://api.quackr.io/receive-sms?phoneNumber=+1234567890" \
-H "x-api-key: X7JZWG05NBXUTTSO8iEvYGxcNvm2"