File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Do NOT update manually; changes here will be overwritten by Copier
2
- _commit : v1.20
2
+ _commit : v1.21.1
3
3
_src_path : gh:oca/oca-addons-repo-template
4
4
ci : GitHub
5
5
convert_readme_fragments_to_markdown : false
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- name : Stale PRs and issues policy
12
- uses : actions/stale@v4
12
+ uses : actions/stale@v9
13
13
with :
14
14
repo-token : ${{ secrets.GITHUB_TOKEN }}
15
15
# General settings.
48
48
# * Issues that are pending more information
49
49
# * Except Issues marked as "no stale"
50
50
- name : Needs more information stale issues policy
51
- uses : actions/stale@v4
51
+ uses : actions/stale@v9
52
52
with :
53
53
repo-token : ${{ secrets.GITHUB_TOKEN }}
54
54
ascending : true
Original file line number Diff line number Diff line change 75
75
run : oca_init_test_database
76
76
- name : Run tests
77
77
run : oca_run_tests
78
- - uses : codecov/codecov-action@v1
78
+ - uses : codecov/codecov-action@v4
79
+ with :
80
+ token : ${{ secrets.CODECOV_TOKEN }}
79
81
- name : Update .pot files
80
82
run : oca_export_and_push_pot https://x-access-token:${{ secrets.GIT_PUSH_TOKEN }}@github.com/${{ github.repository }}
81
83
if : ${{ matrix.makepot == 'true' && github.event_name == 'push' && github.repository_owner == 'OCA' }}
Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ exclude: |
16
16
readme/.*\.(rst|md)$|
17
17
# Ignore build and dist directories in addons
18
18
/build/|/dist/|
19
+ # Ignore test files in addons
20
+ /tests/samples/.*|
19
21
# You don't usually want a bot to modify your legal texts
20
22
(LICENSE.*|COPYING.*)
21
23
default_language_version :
You can’t perform that action at this time.
0 commit comments