Skip to content

Commit 0f117d7

Browse files
authored
Add CODEOWNERS (#312)
For parity with our other getting started guides. Docs: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners GUS-W-14825333.
1 parent e5fdaac commit 0f117d7

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/CODEOWNERS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Note: Delete this file if you are copying the code in this repository into your own project.
2+
3+
# Default to requesting pull request reviews from the Heroku Languages team.
4+
* @heroku/languages
5+
6+
# However, request review from the Heroku language owners for files that are updated
7+
# by Dependabot, to reduce team review request noise.
8+
package.json @joshwlewis @colincasey
9+
package-lock.json @joshwlewis @colincasey

0 commit comments

Comments
 (0)