Commit 9999f74
fix: remove stray 'local' in main loop causing crash loop
The 'local' keyword on line 525 was outside any function (in the main
while-true loop), causing bash to exit with 'local: can only be used in
a function'. This prevented the service from reaching the poll cycle,
so new PR reviews (like PRR 4028914289) were never picked up.
Remove the 'local' keyword — pr_author is a plain variable in the
top-level script scope.
Co-authored-by: Shelley <shelley@exe.dev>1 parent 7ca4339 commit 9999f74
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
522 | 522 | | |
523 | 523 | | |
524 | 524 | | |
525 | | - | |
526 | 525 | | |
527 | 526 | | |
528 | 527 | | |
| |||
0 commit comments