Create codeball.yml

This commit is contained in:
Ankit Nayan 2022-06-14 20:50:13 +05:30 committed by GitHub
parent 4f12f8c85c
commit 24e84bac2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

17
.github/workflows/codeball.yml vendored Normal file
View File

@ -0,0 +1,17 @@
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"