Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: ping reviewers based on which files were changed #265

Merged
merged 1 commit into from
Aug 7, 2020

Commits on Aug 5, 2020

  1. feat: ping teams based on which files were changed

    Using .github/CODEOWNERS, `github-bot` will ping the appropriate teams
    based on which files were changed in a Pull Request. This feature is
    inteded to work around GitHub's limitation which prevents teams without
    explicit write access from being added as reviewers (thus preventing the
    vast majority of teams in the org from being used on GitHub's CODEOWNERS
    feature).
    
    Ref: nodejs/node#33984
    mmarchini committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    8f5863a View commit details
    Browse the repository at this point in the history