Optionally, trigger CI/CD checks automatically via GitHub Actions.?
Example:
Before approving a PR for a new payment API, I check:
- Code readability and naming consistency
- Proper test coverage
- Security considerations (e.g., no API keys in code)
Bonus:
I sometimes use Suggested Changes in GitHub comments to make small fixes easier for
contributors.