Skip to content

Commit

Permalink
ci: add codeball
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed May 27, 2022
1 parent 52a965d commit 37cb4ce
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/codeball.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Codeball
on: [pull_request]

jobs:
codeball_job:
runs-on: ubuntu-latest
name: Run Codeball
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

0 comments on commit 37cb4ce

Please sign in to comment.