mirror of
https://github.com/ingress-it-solutions/gitea-code-review-action.git
synced 2025-04-20 11:06:47 +00:00
Add more clear summary
This commit is contained in:
parent
675e4b4581
commit
7ec1de5dbb
1 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@ inputs:
|
||||||
\`\`\`
|
\`\`\`
|
||||||
${code}
|
${code}
|
||||||
\`\`\`'
|
\`\`\`'
|
||||||
output: '
|
output: |
|
||||||
#### Overview of changes:
|
#### Overview of changes:
|
||||||
- Summarize the overview of the changes made
|
- Summarize the overview of the changes made
|
||||||
#### issues:
|
#### issues:
|
||||||
|
@ -53,7 +53,7 @@ ${code}
|
||||||
- Identify issues mentioned in the code review checklist
|
- Identify issues mentioned in the code review checklist
|
||||||
#### Action items:
|
#### Action items:
|
||||||
- Action items needed before the change can be approved'
|
- Action items needed before the change can be approved'
|
||||||
checklist: '
|
checklist: |
|
||||||
Code Structure
|
Code Structure
|
||||||
- Is the codebase organized according to Laravel Framework recommended project structure?
|
- Is the codebase organized according to Laravel Framework recommended project structure?
|
||||||
- Are there any unnecessary files, folders, or code modules?
|
- Are there any unnecessary files, folders, or code modules?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue