File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11# Do NOT update manually; changes here will be overwritten by Copier
2- _commit : 2f2f7c4
2+ _commit : a740779
33_src_path : https://github.com/ingadhoc/addons-repo-template.git
44description : ADHOC Odoo odoo-argentina Modules
55is_private : false
Original file line number Diff line number Diff line change @@ -6,8 +6,13 @@ name: pre-commit
66
77on :
88 push :
9- branches : " [0-9][0-9].0"
9+ branches :
10+ - " 1[8-9].0"
11+ - " [2-9][0-9].0"
1012 pull_request_target :
13+ branches :
14+ - " 1[8-9].0*"
15+ - " [2-9][0-9].0*"
1116
1217jobs :
1318 pre-commit :
Original file line number Diff line number Diff line change 2929 - id : check-docstring-first
3030 - id : check-executables-have-shebangs
3131 - id : check-merge-conflict
32+ args : ['--assume-in-merge']
33+ exclude : ' \.rst$'
3234 - id : check-symlinks
3335 - id : check-xml
3436 - id : check-yaml
You can’t perform that action at this time.
0 commit comments