mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Add changelogs dir to change classification.
This commit is contained in:
parent
a5e33969b1
commit
aac3020770
1 changed files with 3 additions and 0 deletions
|
@ -296,6 +296,9 @@ class PathMapper(object):
|
|||
'units': 'test/units/contrib/'
|
||||
}
|
||||
|
||||
if path.startswith('changelogs/'):
|
||||
return minimal
|
||||
|
||||
if path.startswith('docs/'):
|
||||
return minimal
|
||||
|
||||
|
|
Loading…
Reference in a new issue