The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2022-08-18 | 2.5 kB | |
| v2.4.0 source code.tar.gz | 2022-08-18 | 6.4 MB | |
| v2.4.0 source code.zip | 2022-08-18 | 6.5 MB | |
| Totals: 3 Items | 12.9 MB | 0 | |
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_commenttrigger (example)::::yaml on: pull_request: {} pull_request_review_comment: types: [created, edited]
-
Set
codeSuggestionsFromCommentsto"true"::::yaml - 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 https://github.com/sturdy-dev/codeball-action/pull/56
- labeler: fix typo by @zegl in https://github.com/sturdy-dev/codeball-action/pull/59
- Suggester by @ngalaiko in https://github.com/sturdy-dev/codeball-action/pull/57
- features: setup feature flags by @zegl in https://github.com/sturdy-dev/codeball-action/pull/58
- suggester: use to_line by @ngalaiko in https://github.com/sturdy-dev/codeball-action/pull/60
- suggester: fixes by @ngalaiko in https://github.com/sturdy-dev/codeball-action/pull/61
- suggester: remove newline at end of suggestion by @zegl in https://github.com/sturdy-dev/codeball-action/pull/62
- suggester: format fix by @ngalaiko in https://github.com/sturdy-dev/codeball-action/pull/63
- Revert "suggester: format fix" by @ngalaiko in https://github.com/sturdy-dev/codeball-action/pull/64
- status: expose job type by @zegl in https://github.com/sturdy-dev/codeball-action/pull/65
- suggester: ignore errors if attempted to comment on a line outside of the diff by @zegl in https://github.com/sturdy-dev/codeball-action/pull/68
- action: add suggestions to the default composite action by @zegl in https://github.com/sturdy-dev/codeball-action/pull/66
- suggester: fix existence check by @ngalaiko in https://github.com/sturdy-dev/codeball-action/pull/69
- suggester: treat null and undefined as the same in eq check by @zegl in https://github.com/sturdy-dev/codeball-action/pull/70
- readme: updates for codeball suggester by @zegl in https://github.com/sturdy-dev/codeball-action/pull/67
Full Changelog: https://github.com/sturdy-dev/codeball-action/compare/v2.3.0...v2.4.0