Browse Source

chore: add Codeball Suggester

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

3
.github/workflows/codeball.yml

@ -14,6 +14,9 @@ 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"

Loading…
Cancel
Save