Skip to content

Commit abf484c

Browse files
committed
add sonarqube and rsgpt by default
1 parent 08f6e77 commit abf484c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/pull_request_template.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@
44
### Issue
55
[LINK TO JIRA/GITHUB ISSUE]
66

7-
#### Tasks [ISSUE TASKS covered in this PR when apply]
8-
- [ ] Task 1
9-
- [ ] Task 2
10-
117
### Preview
128
[UI Preview]
139

1410
#### Notes:
1511
[extra note or considerations]
12+
13+
@rs-gpt-review Describe the changes in this PR. Recommend improvements (including code improvements), possible memory leaks, and best practices.

.github/workflows/rs-gpt-review.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,6 @@ jobs:
3232
name: rs-gpt-review
3333
with:
3434
github_token: ${{ secrets.GITHUB_TOKEN }}
35-
openai_key: ${{ secrets.OPENAI_KEY }}
35+
openai_key: ${{ secrets.OPENAI_KEY }}
36+
model: gpt-4-turbo
37+
files_excluded: README.md, LICENSE, rs-gpt-review.yml, sonar-qube-scann.yml, .flutter-plugins, .flutter-plugins-dependencies

0 commit comments

Comments
 (0)