We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89b3df0 commit f8a4c33Copy full SHA for f8a4c33
CODECLASSIFICATION
@@ -0,0 +1,7 @@
1
+# CODECLASSIFICATION for code42cli
2
+
3
+# Specify all repository branches as non-production (catch all)
4
+/refs/heads/* non-prod
5
6
+# Specify the 'main' branch as the only production branch
7
+/refs/heads/main production
CODEOWNERS
@@ -0,0 +1 @@
+* @code42/literally-skynet
0 commit comments