Skip to content

Commit f700c93

Browse files
committed
Fix: remove duplicate author declaration
1 parent f9d9723 commit f700c93

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/auto-assign-reviewers.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ jobs:
101101
return;
102102
}
103103
104-
const author = pr.user.login;
105104
const candidates = REVIEWERS.filter((r) => r !== author && !assigned.includes(r));
106105
if (candidates.length === 0) {
107106
core.info(`PR #${pr.number} — no candidates after filtering.`);

0 commit comments

Comments
 (0)