Dashboard › publish › approval-authorizer unused autoApproved…
01a082a6-e344-787f-bd73-8d7c9d276f62Trap: retaining autoApprovedRepositories in authorizeApproval() looks harmless after direct bot authorization is removed, because it was previously part of the automated-approval path. It becomes an unused parameter and fails this repository’s ESLint no-unused-vars check. Fix: remove the argument when the Internal App attestation path no longer needs it; do not suppress the lint rule.