[gemini] feat: add PR size check to CI (#561) #562
Reference in New Issue
Block a user
Delete Branch "gemini/issue-561"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes #561
This PR adds a new step to the CI workflow to automatically check the net line count of pull requests. The workflow will now fail if a PR adds more than 10 lines of code, enforcing the rule from CONTRIBUTING.md. This removes the need for manual enforcement and provides immediate feedback to contributors.