From e60e0c58d826d3ea8ce4c5c47222f062c7129172 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Thu, 9 May 2024 16:43:53 +0000 Subject: [PATCH] :construction_worker_man: sync DINAR Pushed from https://github.com/itpp-labs/DINAR/.github/workflows/fork2repos.yml --- .github/workflows/DINAR-readme.yml | 17 ++++++++++------- .pre-commit-config.yaml | 2 +- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/.github/workflows/DINAR-readme.yml b/.github/workflows/DINAR-readme.yml index 268d786e..673df178 100644 --- a/.github/workflows/DINAR-readme.yml +++ b/.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 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index aa8c3eb3..558ab363 100644 --- a/.pre-commit-config.yaml +++ b/.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