feat: diff operation #110
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Codeball | |
on: [pull_request] | |
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: | |
approvePullRequests: "true" | |
labelPullRequestsWhenApproved: "true" | |
labelPullRequestsWhenReviewNeeded: "false" | |
failJobsWhenReviewNeeded: "false" |