diff --git a/.github/workflows/issue-gate.yml b/.github/workflows/issue-gate.yml index 6966fdf6..e19921ec 100644 --- a/.github/workflows/issue-gate.yml +++ b/.github/workflows/issue-gate.yml @@ -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;