File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 3
3
pull_request :
4
4
workflow_dispatch :
5
5
6
+ permissions :
7
+ contents : read
8
+ issues : write
9
+ pull-requests : write
10
+
6
11
jobs :
7
12
codeball_job :
8
13
runs-on : ubuntu-latest
9
14
name : Run Codeball
10
15
steps :
11
16
- name : Codeball AI Actions
12
- uses : sturdy-dev/codeball-action@v1
17
+ uses : sturdy-dev/codeball-action@v2
13
18
with :
14
- do-label : " true" # Configure if the action should label approved contributions
15
- label-name : " codeball:approved" # Configure the label name to set if Codeball approves the contribution
16
- # do-approve: "true" # Configure if the action should approve PRs that have been approved by Codeball
19
+ approvePullRequests : " false"
20
+ labelPullRequestsWhenApproved : " true"
21
+ labelPullRequestsWhenReviewNeeded : " false"
22
+ failJobsWhenReviewNeeded : " false"
You can’t perform that action at this time.
0 commit comments