LogoLogo
Visit PullRequest.comApp Dashboard
  • Welcome to HackerOne Code!
  • Frequently Asked Questions
    • Supported Integrations
    • What to Expect
      • How to Get More Out of Code Review
  • Getting Started
    • Supported Languages
    • Create an Account
  • Cloud Integrations
    • Adding GitHub Repositories
    • Adding Bitbucket Repositories
    • Adding GitLab Projects
    • Adding Azure DevOps Repositories
  • On-Premise Integration
  • On-Premise Support
  • Assign Code Reviews to PullRequest Network
    • Assigning Reviews to HackerOne Code
    • Code Review Statuses
    • Collaborating with HackerOne Reviewers
    • Rating Reviews
    • Requesting Code Review for bulk files and projects
  • Code Review Settings
    • Advanced Review Settings
    • Project Notes Access
    • Repository Search
    • PullRequest Approval
    • Exclude Files from HackerOne Review
  • Metrics
    • Benchmarks
    • Terms
Powered by GitBook
On this page
  1. Code Review Settings

Repository Search

PreviousProject Notes AccessNextPullRequest Approval

Last updated 4 years ago

Repository Search allows PullRequest reviewers to search repositories for things like method names and view files that are not involved in the diff.

This feature aids PullRequest reviewers significantly for gaining project-level context and verifying code changes are safe.

To ensure engineers in our network are able to provide great code review for you and your team, PullRequest strongly recommends that this setting is enabled.

If there are certain files or paths you would prefer not be reviewed at any point, we recommend configuring and adding a .pullrequestignorefile to the root directory of your project.

Disabling Repository Search

Organization Owners are able to toggle the Repository Search feature in Organization Settings -> Owner Settings.

Disabling it will limit PullRequest reviewers to only access files involved in a pull or merge request diff.

Repository Search is enabled by default for accounts created after August 11th, 2020. Accounts established with PullRequest prior to this date require the feature to be enabled by a member with Owner permissions.

Read More