We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7783bb0 commit b232bb1Copy full SHA for b232bb1
.github/CODEOWNERS
@@ -27,3 +27,8 @@
27
# a single owner. This allows multiple teams to interact with librarian operations that cause
28
# changes to librarian state.
29
/.librarian/state.yaml
30
+# Similarly, we mark the internal/generated/snippets directory unowned to avoid
31
+# tracking granular ownership in the snippets directories, and to avoid chasing
32
+# code owners approvals for things like snippet metadata versioning bumps which
33
+# happen naturally as part of release activities.
34
+/internal/generated/snippets/
0 commit comments