File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Review Rules
2+
3+ - Comments should be provided in Japanese by default, while maintaining English-based technical analysis to ensure review quality.
4+ - When you find a problem, suggest a solution.
5+ - If you find a problem that is not in the code, point it out.
6+
7+ ## Security review
8+
9+ - Always evaluate security implications of code changes.
10+ - Check for potential vulnerabilities and secure coding practices.
11+ - Verify no hardcoded credentials or secrets
12+ - Ensure proper input validation and sanitization
13+ - Check dependencies for known vulnerabilities
14+ - Use GitHub Dependabot alerts and ` pnpm audit `
Original file line number Diff line number Diff line change 66 - main
77 paths-ignore :
88 - ' **.md'
9- pull_request_target :
10- paths-ignore :
11- - ' **.md'
129 workflow_dispatch :
1310
1411jobs :
You can’t perform that action at this time.
0 commit comments