File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1203,3 +1203,15 @@ to check manually that the changes are correct before they are released to users
12031203To make the review process easier, set `x_netkan_staging_reason` to a string explaining why staging is enabled. This will
12041204be inserted into the body of the pull request as a reminder of the manual checks that should be performed before merging.
12051205For example, you may advise reviewers to check a module's game compatibility metadata against its forum thread.
1206+
1207+ # #### `x_netkan_check_parent_downloads`
1208+
1209+ If true (default), check the downloads of up to 3 levels of parent repos.
1210+
1211+ This should be used for forks of mods that do not want to continue the download count from their parent mods.
1212+
1213+ An example `.netkan` excerpt :
1214+
1215+ ` ` ` yaml
1216+ x_netkan_check_parent_downloads: false
1217+ ` ` `
You can’t perform that action at this time.
0 commit comments