Skip to content

Commit 24fbfc9

Browse files
Feat improve config (#11)
* update config and prompt * update default brach --------- Co-authored-by: minhlucvanncc <[email protected]>
1 parent af4bf74 commit 24fbfc9

File tree

11 files changed

+395
-171
lines changed

11 files changed

+395
-171
lines changed

.vscode/settings.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"yaml.schemas": {
3+
"file:///c%3A/Users/MinhLucVan/.vscode/extensions/atlassian.atlascode-3.0.2/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml",
4+
"https://raw.githubusercontent.com/compose-spec/compose-spec/master/schema/compose-spec.json": "untitled:Untitled-2"
5+
}
6+
}

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ crgpt [action] [options]
2121
Where action is one of the following options:
2222

2323
- `init`: create the `.crgpt.yml` configuration file
24-
- `review`: perform a code review
24+
- `review`: perform a code review between 2 branches or a pull request
25+
- `preview`: preview the local changes before creating a pull request
2526

2627
And options are the command-line arguments:
2728

@@ -103,7 +104,8 @@ review:
103104
- issues mentioned in the code review checklist
104105
105106
**Mergeable:** YES, NO or NEEDS IMPROVEMENT
106-
ignoreFiles: []
107+
includes: []
108+
excludes: []
107109

108110

109111
```

0 commit comments

Comments
 (0)