File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
contributors/devel/sig-architecture Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,17 @@ a published repo, the code you get is exactly the same as if you check out the
24
24
It is recommend to use the semver ` v0.x.y ` tags for a seamless experience
25
25
with go modules.
26
26
27
+ ## Configuring Staging Repositories
28
+
27
29
If further repos under staging are needed, adding them to the bot is easy.
28
30
Contact one of the [ owners of the bot] ( https://git.k8s.io/publishing-bot/OWNERS ) .
29
31
30
32
Currently, the bot is hosted on a
31
33
[ public CNCF cluster] ( https://github.com/kubernetes/publishing-bot/blob/master/production.md ) .
34
+
35
+ As staging repository is not designed for direct contributions it is recommended to:
36
+
37
+ 1 . Make sure README.md in the root folder explicitly stating that contributions (issues and PRs)
38
+ must be done to the Kubernetes repository, not to the staging copy.
39
+ 3 . Request to disable issues on the repository (like this [ example] ( https://github.com/kubernetes/org/issues/5370 ) ).
40
+ 4 . Block PRs using prow bot (like this [ example] ( https://github.com/kubernetes/test-infra/pull/34209 ) ).
You can’t perform that action at this time.
0 commit comments