File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,6 +21,9 @@ source:
2121 excludeorgs : # this excludes repos from the organizations "foo" and "bar"
2222 - foo
2323 - bar
24+ includeorgs : # this includes repos from the organizations "foo1" and "bar1"
25+ - foo1
26+ - bar1
2427 wiki : true # includes wiki too
2528 gitea :
2629 - token : some-token
@@ -44,6 +47,9 @@ source:
4447 excludeorgs : # this excludes repos from the organizations "foo" and "bar"
4548 - foo
4649 - bar
50+ includeorgs : # this includes repos from the organizations "foo1" and "bar1"
51+ - foo1
52+ - bar1
4753 wiki : true # includes wiki too
4854 gogs :
4955 - token : some-token
@@ -67,6 +73,9 @@ source:
6773 excludeorgs : # this excludes repos from the organizations "foo" and "bar"
6874 - foo
6975 - bar
76+ includeorgs : # this includes repos from the organizations "foo1" and "bar1"
77+ - foo1
78+ - bar1
7079 wiki : true # includes wiki too
7180 gitlab :
7281 - token : some-token
@@ -90,6 +99,9 @@ source:
9099 excludeorgs : # this excludes repos from the organizations "foo" and "bar"
91100 - foo
92101 - bar
102+ includeorgs : # this includes repos from the organizations "foo1" and "bar1"
103+ - foo1
104+ - bar1
93105 wiki : true # includes wiki too
94106 bitbucket :
95107 - user : some-user # the user you want to clone the repositories from.
You can’t perform that action at this time.
0 commit comments