diff options
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h index 13f2649..0f4709f 100644 --- a/src/config.h +++ b/src/config.h @@ -13,6 +13,9 @@ extern const char *config_locations[]; struct github_cfg { + /// Whether to skip mirroring fork repositories + int skip_forks; + // Borrowed /// Github graphql API endpoint const char *endpoint; |