Skip to content
Merged
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
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
steps:
- name: Codeball AI Actions
uses: sturdy-dev/codeball-action@v1
# with:
# do-label: "true" # Configure if the action should label approved contributions
# label-name: "codeball:approved" # Configure the label name to set if Codeball approves the contribution
# do-approve: "true" # Configure if the action should approve PRs that have been approved by Codeball
```

2. 🎉 That's it! Codeball will now run on your pull requests, and will pre-approve your PR if it's a good one!