You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add line diff tracking to PR line counter workflow (#165)
* Add line number diff calculation to PR line counter workflow
Co-authored-by: functionstackx <47992694+functionstackx@users.noreply.github.com>
* Use mktemp for temporary file to avoid conflicts in concurrent runs
Co-authored-by: functionstackx <47992694+functionstackx@users.noreply.github.com>
* Fix line diff calculation for new files and add explicit new file handling
Co-authored-by: functionstackx <47992694+functionstackx@users.noreply.github.com>
* Make temporary file cleanup consistent with -f flag
Co-authored-by: functionstackx <47992694+functionstackx@users.noreply.github.com>
* Update .github/workflows/pr-line-counter.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Add trap to ensure temporary file cleanup on exit
Co-authored-by: functionstackx <47992694+functionstackx@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: functionstackx <47992694+functionstackx@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
0 commit comments