Skip to content

Commit

Permalink
Reduce team review request noise from CODEOWNERS (#37)
Browse files Browse the repository at this point in the history
The `CODEOWNERS` file has been adjusted to request review from the
primary repository maintainer for high-traffic files that are
typically updated via automation, rather than requesting review from
the whole team.

For more information, see:
heroku/heroku-buildpack-ruby#1419

GUS-W-14941625.
  • Loading branch information
edmorley authored Feb 6, 2024
1 parent e659f4c commit 825c462
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
# Default to requesting pull request reviews from the Heroku Languages team.
* @heroku/languages

# However, request review from the language owner instead for files that are
# updated by Dependabot, to reduce team review request noise.
Gemfile.lock @schneems

0 comments on commit 825c462

Please sign in to comment.