diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-08 11:52:44 +0500 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-08 12:11:58 +0500 |
commit | 353f9be1ff8b308eb5779f5793cbc5d88b9a5e91 (patch) | |
tree | 80951940e131d99abce2aa85ffe7a03aa0b359ba /examples | |
parent | fix whitespace (diff) | |
download | cgitize-353f9be1ff8b308eb5779f5793cbc5d88b9a5e91.tar.gz cgitize-353f9be1ff8b308eb5779f5793cbc5d88b9a5e91.zip |
support mirroring all of org's repositories
Diffstat (limited to 'examples')
-rw-r--r-- | examples/cgitize.toml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/examples/cgitize.toml b/examples/cgitize.toml index ce48a2c..95317b1 100644 --- a/examples/cgitize.toml +++ b/examples/cgitize.toml @@ -29,7 +29,14 @@ name = "egor-tensin" # subdirectory to put that user's repositories to. dir = "github-dir" # Repositories to skip: -#skip = ["repo1", "repo2"] +skip = ["chruby", "SafeInt"] + +[github.organizations.browserify] +# For GitHub, you can also specify organizations. The settings are similar to +# those for users. "browserify" is a random organization. +name = "browserify" +dir = "browserify-dir" +skip = ["awesome-browserify", "discuss"] # Some random repositories hosted on GitHub: [github.repositories.lens] |