Codeball Suggester!
Introducing Codeball Suggester. Use Codeball to turn comments into code!
Enable the suggester
by:
- Updating the codeball.yml to include the
pull_request_review_comment
trigger (example):
on:
pull_request: {}
pull_request_review_comment:
types: [created, edited]
- Set
codeSuggestionsFromComments
to"true"
:
- name: Codeball
uses: sturdy-dev/codeball-action@v2
with:
approvePullRequests: "true"
labelPullRequestsWhenApproved: "true"
labelPullRequestsWhenReviewNeeded: "false"
failJobsWhenReviewNeeded: "false"
codeSuggestionsFromComments: "true"
What's Changed
- readme: add permissions debugging guide by @zegl in #56
- labeler: fix typo by @zegl in #59
- Suggester by @ngalaiko in #57
- features: setup feature flags by @zegl in #58
- suggester: use to_line by @ngalaiko in #60
- suggester: fixes by @ngalaiko in #61
- suggester: remove newline at end of suggestion by @zegl in #62
- suggester: format fix by @ngalaiko in #63
- Revert "suggester: format fix" by @ngalaiko in #64
- status: expose job type by @zegl in #65
- suggester: ignore errors if attempted to comment on a line outside of the diff by @zegl in #68
- action: add suggestions to the default composite action by @zegl in #66
- suggester: fix existence check by @ngalaiko in #69
- suggester: treat null and undefined as the same in eq check by @zegl in #70
- readme: updates for codeball suggester by @zegl in #67
Full Changelog: v2.3.0...v2.4.0