fix: remove dead issue gate guard

This commit is contained in:
Nightt
2026-06-02 10:58:48 +08:00
committed by Hunter B
parent 50590761ac
commit c8c20e0931
-1
View File
@@ -21,7 +21,6 @@ jobs:
const repo = context.repo.repo;
const privileged = new Set(['OWNER', 'MEMBER', 'COLLABORATOR']);
if (issue.pull_request) return;
if (privileged.has(issue.author_association)) return;
if (issue.user.login === 'github-actions[bot]') return;