File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Expand file tree Collapse file tree 2 files changed +12
-5
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"
Original file line number Diff line number Diff line change 38
38
- name : Lint Code Base
39
39
uses : github/super-linter@v4
40
40
env :
41
- VALIDATE_ALL_CODEBASE : false
41
+ VALIDATE_ALL_CODEBASE : true
42
+ FILTER_REGEX_EXCLUDE : ' ^(.*/)?(node_modules|.bundle|files|_site|_data|_img)/'
42
43
DEFAULT_BRANCH : master
43
44
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments