diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-08-23 02:47:57 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-08-23 02:52:21 +0200 |
commit | bd1ae9b3b977b4e4973e9dda00d3de7a8f077ffe (patch) | |
tree | a16503d290220775d341564ee3020ba8525e51c7 /examples/cgitize.toml | |
parent | use separate users for testing (diff) | |
download | cgitize-bd1ae9b3b977b4e4973e9dda00d3de7a8f077ffe.tar.gz cgitize-bd1ae9b3b977b4e4973e9dda00d3de7a8f077ffe.zip |
examples: switch to a different GitHub org
browserify is too huge, the tests are taking too long.
Diffstat (limited to '')
-rw-r--r-- | examples/cgitize.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/cgitize.toml b/examples/cgitize.toml index 5378c05..9c29f07 100644 --- a/examples/cgitize.toml +++ b/examples/cgitize.toml @@ -31,12 +31,12 @@ dir = "github-dir" # Repositories to skip: skip = ["repo1", "repo2"] -[github.organizations.browserify] +[github.organizations.goauthentik] # 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"] +# those for users. "goauthentik" is a random organization. +name = "goauthentik" +dir = "goauthentik-dir" +skip = ["version", "testing-setups"] # Some random repositories hosted on GitHub: [github.repositories.lens] |