Browse Source

chore: remove Codeball Suggester, it is not free..

pull/38501/head
afc163 2 years ago
committed by GitHub
parent
commit
e62624434e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/codeball.yml

4
.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"

Loading…
Cancel
Save