We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c06938f + 2925097 commit daedd9cCopy full SHA for daedd9c
.gitignore
@@ -21,3 +21,4 @@ htmlcov/
21
.idea/
22
Thumbs.db
23
.DS_Store
24
+*.tm7
CODEOWNERS
@@ -0,0 +1,8 @@
1
+# CODEOWNERS for Dataverse Client Python SDK
2
+# This file defines who gets automatically requested for review when PRs are opened.
3
+# See: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
4
+
5
+# Global ownership - fallback for any files not covered by more specific rules
6
+* @microsoft/powerplatform-dataverseclient-python-maintainers
7
+# Team is found here:
8
+# https://github.com/orgs/microsoft/teams/powerplatform-dataverseclient-python-maintainers
0 commit comments