diff --git a/.github/autolabeler-config.json b/.github/autolabeler-config.json index 5406bda..aa70022 100644 --- a/.github/autolabeler-config.json +++ b/.github/autolabeler-config.json @@ -1,4 +1,3 @@ - { "new script": [ { @@ -16,7 +15,7 @@ ], "delete script": [ { - "fileStatus": "removed", + "fileStatus": "removed", "includeGlobs": ["ct/**", "install/**", "misc/**", "turnkey/**", "vm/**"], "excludeGlobs": [] } @@ -24,7 +23,13 @@ "maintenance": [ { "fileStatus": null, - "includeGlobs": ["*.md", ".github/**", "misc/*.func", "ct/create_lxc.sh", "api/**"], + "includeGlobs": [ + "*.md", + ".github/**", + "misc/*.func", + "ct/create_lxc.sh", + "api/**" + ], "excludeGlobs": [] } ], @@ -38,7 +43,7 @@ "website": [ { "fileStatus": null, - "includeGlobs": ["frontend/**", "json/**"], + "includeGlobs": ["frontend/**"], "excludeGlobs": [] } ], @@ -59,7 +64,7 @@ "json": [ { "fileStatus": "modified", - "includeGlobs": ["json/**"], + "includeGlobs": ["frontend/publuc/json/**"], "excludeGlobs": [] } ], @@ -67,10 +72,19 @@ "high risk": [ { "fileStatus": null, - "includeGlobs": ["misc/build.func", "misc/install.func", "ct/create_lxc.sh"], + "includeGlobs": [ + "misc/build.func", + "misc/install.func", + "ct/create_lxc.sh" + ], + "excludeGlobs": [] + } + ], + "documentation": [ + { + "fileStatus": null, + "includeGlobs": ["*.md"], "excludeGlobs": [] } ] - - -} \ No newline at end of file +} diff --git a/.github/workflows/move-to-main-repo.yaml b/.github/workflows/move-to-main-repo.yaml index fc10b62..7759188 100644 --- a/.github/workflows/move-to-main-repo.yaml +++ b/.github/workflows/move-to-main-repo.yaml @@ -121,6 +121,7 @@ jobs: cp "ct/$script_name.sh" . cp "install/$script_name-install.sh" . cp "json/$script_name.json" . + sed -i 's|source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/build.func)|source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)|' ct/$script_name.sh git add . git commit -m "${commit_message:-'Add new script'}"