Browse Source
chore: remove Codeball Suggester, it is not free..
pull/38501/head
afc163
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
3 deletions
-
.github/workflows/codeball.yml
|
|
@ -14,10 +14,8 @@ jobs: |
|
|
|
- name: Codeball |
|
|
|
uses: sturdy-dev/codeball-action@v2 |
|
|
|
with: |
|
|
|
# Settings for "Codeball Suggester" |
|
|
|
codeSuggestionsFromComments: "true" |
|
|
|
# Settings for "Codeball Approver" |
|
|
|
approvePullRequests: "true" |
|
|
|
labelPullRequestsWhenApproved: "true" |
|
|
|
labelPullRequestsWhenReviewNeeded: "false" |
|
|
|
labelPullRequestsWhenReviewNeeded: "true" |
|
|
|
failJobsWhenReviewNeeded: "false" |
|
|
|