From aa761544fa12c9cbeaeee759c6f6f66ab9d19ca3 Mon Sep 17 00:00:00 2001 From: Emilio Pascual Date: Tue, 16 Apr 2024 07:53:11 +0200 Subject: [PATCH] [BUILD] stock_customer_deposit_elaboration: Declare rebel module MT-5513 @moduon --- .copier-answers.yml | 4 ++-- .github/workflows/stale.yml | 4 ++-- .github/workflows/test.yml | 8 ++++---- .pre-commit-config.yaml | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index c7fbe3a66827..29cf35693324 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.20-2-g9c473ce +_commit: v1.20-4-g56d206b _src_path: gh:oca/oca-addons-repo-template ci: GitHub convert_readme_fragments_to_markdown: false @@ -17,7 +17,7 @@ org_name: Odoo Community Association (OCA) org_slug: OCA rebel_module_groups: - stock_picking_to_batch_group_fields -- stock_customer_deposit +- stock_customer_deposit,stock_customer_deposit_elaboration repo_description: 'TODO: add repo description.' repo_name: stock-logistics-workflow repo_slug: stock-logistics-workflow diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 1693a1253bda..fa17fcd4e854 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Stale PRs and issues policy - uses: actions/stale@v4 + uses: actions/stale@v9 with: repo-token: ${{ secrets.GITHUB_TOKEN }} # General settings. @@ -48,7 +48,7 @@ jobs: # * Issues that are pending more information # * Except Issues marked as "no stale" - name: Needs more information stale issues policy - uses: actions/stale@v4 + uses: actions/stale@v9 with: repo-token: ${{ secrets.GITHUB_TOKEN }} ascending: true diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2bfa019b7f9d..ef8449fe5ab3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -43,17 +43,17 @@ jobs: name: test with OCB makepot: "true" - container: ghcr.io/oca/oca-ci/py3.10-odoo16.0:latest - include: "stock_customer_deposit" + include: "stock_customer_deposit,stock_customer_deposit_elaboration" name: test with Odoo - container: ghcr.io/oca/oca-ci/py3.10-ocb16.0:latest - include: "stock_customer_deposit" + include: "stock_customer_deposit,stock_customer_deposit_elaboration" name: test with OCB makepot: "true" - container: ghcr.io/oca/oca-ci/py3.10-odoo16.0:latest - exclude: "stock_picking_to_batch_group_fields,stock_customer_deposit" + exclude: "stock_picking_to_batch_group_fields,stock_customer_deposit,stock_customer_deposit_elaboration" name: test with Odoo - container: ghcr.io/oca/oca-ci/py3.10-ocb16.0:latest - exclude: "stock_picking_to_batch_group_fields,stock_customer_deposit" + exclude: "stock_picking_to_batch_group_fields,stock_customer_deposit,stock_customer_deposit_elaboration" name: test with OCB makepot: "true" services: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c1227b3d4790..9bfd41114de4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ exclude: | # Ignore build and dist directories in addons /build/|/dist/| # Ignore test files in addons - /tests/samples/*| + /tests/samples/.*| # You don't usually want a bot to modify your legal texts (LICENSE.*|COPYING.*) default_language_version: