From 5a726e694b3ac9ead7de204a628f04c576be95ce Mon Sep 17 00:00:00 2001 From: Ivan Kropotkin Date: Thu, 9 May 2024 15:53:12 +0200 Subject: [PATCH 1/3] Ignore all lib folders --- static-files/16.0/.pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static-files/16.0/.pre-commit-config.yaml b/static-files/16.0/.pre-commit-config.yaml index aa8c3eb..558ab36 100644 --- a/static-files/16.0/.pre-commit-config.yaml +++ b/static-files/16.0/.pre-commit-config.yaml @@ -5,7 +5,7 @@ exclude: | # Maybe reactivate this when all README files include prettier ignore tags? ^README\.md$| # Library files can have extraneous formatting (even minimized) - /static/(src/)?lib/| + /lib/| # Repos using Sphinx to generate docs don't need prettying ^docs/_templates/.*\.html$| # You don't usually want a bot to modify your legal texts From 215c69045fbadce9d2c300f17dd79d51538ab29d Mon Sep 17 00:00:00 2001 From: Ivan Kropotkin Date: Thu, 9 May 2024 18:32:02 +0200 Subject: [PATCH 2/3] disable cron in DINAR2fork.yml --- .github/workflows/DINAR2fork.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/DINAR2fork.yml b/.github/workflows/DINAR2fork.yml index d5b240c..ba454c3 100644 --- a/.github/workflows/DINAR2fork.yml +++ b/.github/workflows/DINAR2fork.yml @@ -2,8 +2,8 @@ name: "Check updates in DINAR" on: # Check for updates every Saturday morning - schedule: - - cron: "5 5 * * 6" + #schedule: + # - cron: "5 5 * * 6" # Check for updates when someone opened an issue # Can be used as a workaround to immediatly sync with DINAR issues: From 368b9d991e4801fe26779fb4c28afa1e83555e07 Mon Sep 17 00:00:00 2001 From: Ivan Kropotkin Date: Thu, 9 May 2024 18:40:33 +0200 Subject: [PATCH 3/3] disable readme generator --- .../all/.github/workflows/DINAR-readme.yml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/static-files/all/.github/workflows/DINAR-readme.yml b/static-files/all/.github/workflows/DINAR-readme.yml index 268d786..673df17 100644 --- a/static-files/all/.github/workflows/DINAR-readme.yml +++ b/static-files/all/.github/workflows/DINAR-readme.yml @@ -13,13 +13,16 @@ # limitations under the License. name: "DINAR: update repo's readme" -on: - push: - paths: - - ".DINAR/build-date.txt" - - ".DINAR/config.yaml" - - ".github/workflows/DINAR-readme.yml" - - "*/__manifest__.py" +# disabled +on: false + +#on: +# push: +# paths: +# - ".DINAR/build-date.txt" +# - ".DINAR/config.yaml" +# - ".github/workflows/DINAR-readme.yml" +# - "*/__manifest__.py" jobs: repo_readme: runs-on: ubuntu-latest