We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f2477a commit 9893fd0Copy full SHA for 9893fd0
1 file changed
README.md
@@ -23,6 +23,10 @@ jobs:
23
steps:
24
- name: Codeball AI Actions
25
uses: sturdy-dev/codeball-action@v1
26
+ # with:
27
+ # do-label: "true" # Configure if the action should label approved contributions
28
+ # label-name: "codeball:approved" # Configure the label name to set if Codeball approves the contribution
29
+ # do-approve: "true" # Configure if the action should approve PRs that have been approved by Codeball
30
```
31
32
2. 🎉 That's it! Codeball will now run on your pull requests, and will pre-approve your PR if it's a good one!
0 commit comments