mirror of
https://github.com/ingress-it-solutions/gitea-code-review-action.git
synced 2025-04-19 18:56:45 +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}
|
||||
\`\`\`'
|
||||
output: '
|
||||
output: |
|
||||
#### Overview of changes:
|
||||
- Summarize the overview of the changes made
|
||||
#### issues:
|
||||
|
@ -53,7 +53,7 @@ ${code}
|
|||
- Identify issues mentioned in the code review checklist
|
||||
#### Action items:
|
||||
- Action items needed before the change can be approved'
|
||||
checklist: '
|
||||
checklist: |
|
||||
Code Structure
|
||||
- Is the codebase organized according to Laravel Framework recommended project structure?
|
||||
- Are there any unnecessary files, folders, or code modules?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue