Skip to content

Commit 33d7b10

Browse files
committed
[CI] add sustainability bot
1 parent 3a590a9 commit 33d7b10

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.copier-answers.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ odoo_test_flavor: Odoo
1717
odoo_version: 16.0
1818
org_name: Sustainability association
1919
org_slug: sustainability-suite
20-
rebel_module_groups:
21-
- sustainability_account_accountant,sustainability_account_asset
20+
rebel_module_groups: []
2221
repo_description: The Odoo Sustainability Module is designed to seamlessly integrate
2322
sustainability management and the carbon CO2 emissions footprint computation into
2423
your Odoo ERP system.

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636
matrix:
3737
include:
3838
- container: ghcr.io/oca/oca-ci/py3.10-odoo16.0:latest
39-
exclude: "sustainability_account_accountant,sustainability_account_asset"
4039
name: test with Odoo
4140
makepot: "true"
4241
services:
@@ -49,8 +48,8 @@ jobs:
4948
ports:
5049
- 5432:5432
5150
env:
52-
INCLUDE: "${{ matrix.include }}"
53-
EXCLUDE: "${{ matrix.exclude }}"
51+
OCA_GIT_USER_NAME: sustainabilitybot
52+
OCA_GIT_USER_EMAIL: [email protected]
5453
steps:
5554
- uses: actions/checkout@v4
5655
with:

0 commit comments

Comments
 (0)