Skip to content

Conversation

@hackertronix
Copy link
Contributor

Builds on #13 and fixes it

  1. The label being used was wrong, so fixed the name for correctly filtering the github-actions bot
  2. The shouldIgnore() function had faulty logic 👇
if (pullRequest.requested_reviewers.length === 0) {
    return true  // This was incorrectly ignoring PRs
}

These should fix the PRs still being ignored. Once merged I'll manually trigger the action

@hackertronix hackertronix merged commit 2e65da4 into main Aug 27, 2025
3 checks passed
@rastislavvasko rastislavvasko deleted the prateek/fix-bot-review-exclusion branch August 27, 2025 12:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants