Skip to content

Commit

Permalink
ci: update codeball action
Browse files Browse the repository at this point in the history
  • Loading branch information
estahn committed Dec 15, 2022
1 parent e963ba1 commit 6eacc50
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/codeball.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
name: Codeball
on: [pull_request]
on:
pull_request: {}
pull_request_review_comment:
types: [created, edited]

jobs:
codeball_job:
runs-on: ubuntu-latest
name: Codeball
steps:
# Run Codeball on all new Pull Requests 🚀
# For customizations and more documentation, see https://github.com/sturdy-dev/codeball-action
- name: Codeball
uses: sturdy-dev/codeball-action@v2
with:
# For all configuration options see https://github.com/sturdy-dev/codeball-action/blob/v2/action.yml
approvePullRequests: "true"
labelPullRequestsWhenApproved: "true"
labelPullRequestsWhenReviewNeeded: "false"
Expand Down

0 comments on commit 6eacc50

Please sign in to comment.