Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

codeSuggestionsFromComments #188

Open
scottbert opened this issue Apr 20, 2023 · 0 comments
Open

codeSuggestionsFromComments #188

scottbert opened this issue Apr 20, 2023 · 0 comments

Comments

@scottbert
Copy link

Hi,

I'm trying to get codeSuggestionsFromComments to work. The documentation is a little confusing as to what it is supposed to do, but I was expecting it would leave comments with code suggestions, is this the case?

If it's not, that's fine.

If it is the case, then what do I need to do to get it to work? do you have any examples?

I've included it as such:

      - name: Codeball
        uses: sturdy-dev/codeball-action@v2
        with:
          codeSuggestionsFromComments: "true"
          approvePullRequests: "true"
          labelPullRequestsWhenApproved: "true"
          labelPullRequestsWhenReviewNeeded: "false"
          failJobsWhenReviewNeeded: "false"
          GITHUB_TOKEN: ${{ secrets.CODEBALL_GITHUB_TOKEN }}

in my yml file. Codeball seems to run OK and label the PR correctly but I don't get anything referring to codeSuggestionsFromComments in the output of the run, there's no mention of it running suggester at all

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant