From b8a782b1b84bc2924ebbeb5a5a5544c99a16e275 Mon Sep 17 00:00:00 2001 From: bosd Date: Thu, 2 Jan 2025 22:35:23 +0100 Subject: [PATCH] [18.0] brand: Update repo template --- .copier-answers.yml | 4 ++-- .github/workflows/pre-commit.yml | 4 ++-- .github/workflows/test.yml | 4 ++-- README.md | 2 +- checklog-odoo.cfg | 3 +++ 5 files changed, 10 insertions(+), 7 deletions(-) create mode 100644 checklog-odoo.cfg diff --git a/.copier-answers.yml b/.copier-answers.yml index 242d19dc3..e82f9a06c 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # Do NOT update manually; changes here will be overwritten by Copier -_commit: v1.27 +_commit: v1.28 _src_path: git+https://github.com/OCA/oca-addons-repo-template additional_ruff_rules: [] ci: GitHub @@ -18,7 +18,7 @@ odoo_version: 18.0 org_name: Odoo Community Association (OCA) org_slug: OCA rebel_module_groups: [] -repo_description: brand +repo_description: Manage brands in Odoo repo_name: brand repo_slug: brand repo_website: https://github.com/OCA/brand diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index b53a386cf..71a28569e 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -13,8 +13,8 @@ jobs: pre-commit: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3 - - uses: actions/setup-python@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-python@v5 with: python-version: "3.11" - name: Get python version diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6f4b2fd52..a06488079 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest name: Detect unreleased dependencies steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: | for reqfile in requirements.txt test-requirements.txt ; do if [ -f ${reqfile} ] ; then @@ -52,7 +52,7 @@ jobs: env: OCA_ENABLE_CHECKLOG_ODOO: "1" steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: persist-credentials: false - name: Install addons and dependencies diff --git a/README.md b/README.md index b5e8f7855..d31e115e7 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ # brand -brand +Manage brands in Odoo diff --git a/checklog-odoo.cfg b/checklog-odoo.cfg new file mode 100644 index 000000000..0b55b7bf6 --- /dev/null +++ b/checklog-odoo.cfg @@ -0,0 +1,3 @@ +[checklog-odoo] +ignore= + WARNING.* 0 failed, 0 error\(s\).*